OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionOrFunctionTemplate
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1042
bool
isFunctionOrFunctionTemplate
() const {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp
724
bool HasFunScope = EnterScope && D->
isFunctionOrFunctionTemplate
();
ParseOpenMP.cpp
680
if (D->
isFunctionOrFunctionTemplate
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
3727
if (D->getUnderlyingDecl()->
isFunctionOrFunctionTemplate
() &&
3728
ND->getUnderlyingDecl()->
isFunctionOrFunctionTemplate
() &&
SemaDecl.cpp
1175
FirstDecl->getUnderlyingDecl()->
isFunctionOrFunctionTemplate
())) &&
SemaOverload.cpp
12644
assert((*I)->getUnderlyingDecl()->
isFunctionOrFunctionTemplate
());
Completed in 90 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026