Searched refs:hasWrittenPrototype (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 59 const bool hasWrittenPrototype = true; in AddFunDecl() local 80 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 2124 bool isInlineSpecified = false, bool hasWrittenPrototype = true, 2130 hasWrittenPrototype, ConstexprKind, 2138 bool hasWrittenPrototype, ConstexprSpecKind ConstexprKind, 2369 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype() 2373 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 525 if (!F->hasWrittenPrototype()) { in DiagnoseName()
|
H A D | SemaDecl.cpp | 4084 if (Old->hasPrototype() && !New->hasWrittenPrototype() && NewDeclIsDefn && in MergeFunctionDecl() 4103 if (New->hasWrittenPrototype() != Old->hasWrittenPrototype() && in MergeFunctionDecl() 4106 if (New->hasWrittenPrototype()) { in MergeFunctionDecl() 15988 if (!FD->hasWrittenPrototype() && FD->getNumParams() != 0 && in ActOnFinishFunctionBody() 15989 (!PossiblePrototype || (!PossiblePrototype->hasWrittenPrototype() && in ActOnFinishFunctionBody()
|
H A D | SemaTemplateInstantiateDecl.cpp | 2201 D->isInlineSpecified(), D->hasWrittenPrototype(), D->getConstexprKind(), in VisitFunctionDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 1773 if (FD->hasWrittenPrototype()) in printNestedNameSpecifier() 5392 bool isInlineSpecified, bool hasWrittenPrototype, in Create() argument 5398 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
|
H A D | DeclPrinter.cpp | 724 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
|
H A D | Expr.cpp | 780 if (FD->hasWrittenPrototype()) in ComputeName()
|
H A D | ASTImporter.cpp | 3957 D->isInlineSpecified(), D->hasWrittenPrototype(), in VisitFunctionDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 724 FunctionDeclBits.addBit(D->hasWrittenPrototype()); in VisitFunctionDecl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2141 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local 2152 func_decl->setHasWrittenPrototype(hasWrittenPrototype); in CreateFunctionDeclaration()
|