Home
last modified time | relevance | path

Searched defs:isExplicit (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DLambdaCapture.h109 bool isExplicit() const { return !isImplicit(); } in isExplicit() function
H A DDeclCXX.h2184 bool isExplicit() const { in isExplicit() function
2436 bool isExplicit() const { in isExplicit() function
H A DExpr.h3880 bool isExplicit() { in isExplicit() function
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp1733 bool isExplicit, bool isInline, in Create()
1905 bool isInline, bool isExplicit, in Create()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h656 bool isExplicit() const { return (getFlags() & FlagExplicit) != 0; } in isExplicit() function
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp6628 bool isExplicit = D.getDeclSpec().isExplicitSpecified(); in CreateNewFunctionDecl() local
6971 bool isExplicit = D.getDeclSpec().isExplicitSpecified(); in ActOnFunctionDeclarator() local