OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFunctionNoProtoType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
1094
if (SrcFTy->
isFunctionNoProtoType
() || DstFTy->
isFunctionNoProtoType
())
SemaOpenMP.cpp
6578
assert(FD->getType()->
isFunctionNoProtoType
() &&
7012
if (FD->getType()->
isFunctionNoProtoType
())
7014
else if (NewFD->getType()->
isFunctionNoProtoType
())
SemaDecl.cpp
9434
assert(R->
isFunctionNoProtoType
() && NewFD->getNumParams() == 0 &&
14023
return Prev->getType()->
isFunctionNoProtoType
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2012
bool
isFunctionNoProtoType
() const { return getAs<FunctionNoProtoType>(); }
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026