Home
last modified time | relevance | path

Searched refs:isFunctionOrFunctionTemplate (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
DParseOpenMP.cpp670 if (D->isFunctionOrFunctionTemplate()) { in FNContextRAII()
/external/clang/include/clang/AST/
DDeclBase.h901 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1042 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/external/clang/lib/Parse/
DParseOpenMP.cpp393 HasFunScope = D->isFunctionOrFunctionTemplate(); in FNContextRAII()
DParseDecl.cpp1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp1666 if (!Decl->isFunctionOrFunctionTemplate()) in prepareCallHierarchy()
DCodeComplete.cpp216 if (!D || !D->isFunctionOrFunctionTemplate()) in overloadSet()
/external/clang/lib/Sema/
DSemaLookup.cpp3421 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3422 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
DSemaOverload.cpp11022 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
DSemaDecl.cpp1056 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp3678 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3679 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
DSemaOverload.cpp12658 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
DSemaDecl.cpp1177 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()