Searched refs:hasWrittenPrototype (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 1881 bool hasWrittenPrototype = true, 1886 isInlineSpecified, hasWrittenPrototype, 1896 bool hasWrittenPrototype, 2068 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype() 2072 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 2089 const bool hasWrittenPrototype = true; in AddFunDecl() local 2109 NULL, SC_Extern, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 1577 if (FD->hasWrittenPrototype()) in printQualifiedName() 4427 bool hasWrittenPrototype, in Create() argument 4432 New->setHasWrittenPrototype(hasWrittenPrototype); in Create()
|
| H A D | DeclPrinter.cpp | 621 if (D->hasWrittenPrototype()) in VisitFunctionDecl()
|
| H A D | Expr.cpp | 604 if (FD->hasWrittenPrototype()) in ComputeName()
|
| H A D | ASTImporter.cpp | 3118 D->hasWrittenPrototype(), D->isConstexpr())) in VisitFunctionDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 541 Record.push_back(D->hasWrittenPrototype()); in VisitFunctionDecl() 1315 D->hasWrittenPrototype()) in VisitCXXMethodDecl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 2154 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local 2162 (clang::StorageClass)storage, is_inline, hasWrittenPrototype, in CreateFunctionDeclaration()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1682 D->hasWrittenPrototype(), D->isConstexpr()); in VisitFunctionDecl()
|
| H A D | SemaDecl.cpp | 13213 if (!FD->hasWrittenPrototype() && FD->getNumParams() > 0 && in ActOnFinishFunctionBody()
|