Searched defs:hasWrittenPrototype (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 59 const bool hasWrittenPrototype = true; in AddFunDecl() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 2412 bool hasWrittenPrototype() const { hasWrittenPrototype() function
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5388 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,const DeclarationNameInfo & NameInfo,QualType T,TypeSourceInfo * TInfo,StorageClass SC,bool UsesFPIntrin,bool isInlineSpecified,bool hasWrittenPrototype,ConstexprSpecKind ConstexprKind,Expr * TrailingRequiresClause) Create() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2141 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
|