OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPrototype
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp
77
if (FD->isMain() && FD->
hasPrototype
() && FD->param_size() == 2)
DeclPrinter.cpp
687
} else if (D->doesThisDeclarationHaveABody() && !D->
hasPrototype
()) {
776
if (!D->
hasPrototype
() && D->getNumParams()) {
ItaniumMangle.cpp
649
if (!FD->
hasPrototype
())
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1277
///
hasPrototype
- This is true if the function had at least one typed
1280
unsigned
hasPrototype
: 1;
1420
bool isKNRPrototype() const { return !
hasPrototype
&& NumParams != 0; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
195
I.Fun.
hasPrototype
= hasProto;
SemaDecl.cpp
3741
Old->
hasPrototype
() && !New->
hasPrototype
() &&
8492
bool
HasPrototype
=
8493
(D.isFunctionDeclarator() && D.getFunctionTypeInfo().
hasPrototype
) ||
8497
R, TInfo, SC, isInline,
HasPrototype
,
8567
/*
hasPrototype
=*/true, ConstexprKind,
8628
R, TInfo, SC, isInline, true /*
HasPrototype
*/,
13910
if (!FTI.
hasPrototype
) {
SemaType.cpp
731
declarator.getFunctionTypeInfo().
hasPrototype
= true;
5267
} else if (!FTI.
hasPrototype
) {
SemaExpr.cpp
3391
if (!cast<FunctionDecl>(VD)->
hasPrototype
() &&
6220
/*
hasPrototype
=*/true);
6770
if (!FDecl->
hasPrototype
())
19332
SC_None, false /*isInlineSpecified*/, FD->
hasPrototype
(),
SemaOverload.cpp
9772
!Cand2IsSpecialization && Cand1.Function->
hasPrototype
() &&
9773
Cand2.Function->
hasPrototype
()) {
SemaDeclAttr.cpp
8465
false /*isInlineSpecified*/, FD->
hasPrototype
(),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
1780
if (Method->
hasPrototype
())
3539
if (FD->
hasPrototype
()) {
CGExpr.cpp
2558
if (!FD->
hasPrototype
()) {
TargetInfo.cpp
848
if (!FD->doesThisDeclarationHaveABody() && !FD->
hasPrototype
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
2225
bool
hasPrototype
() const {
Completed in 110 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026