Searched refs:hasWrittenPrototype (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Symbol/
H A DClangASTContext.cpp1913 const bool hasWrittenPrototype = true; local
1927 hasWrittenPrototype,
1941 hasWrittenPrototype,
/external/clang/include/clang/AST/
H A DDecl.h1587 bool hasWrittenPrototype = true,
1592 isInlineSpecified, hasWrittenPrototype,
1602 bool hasWrittenPrototype,
1725 bool hasWrittenPrototype() const { return HasWrittenPrototype; }
/external/lldb/source/Expression/
H A DClangASTSource.cpp1748 const bool hasWrittenPrototype = true; local
1760 hasWrittenPrototype,
/external/clang/lib/AST/
H A DDeclPrinter.cpp420 if (D->hasWrittenPrototype())
H A DDecl.cpp1384 if (FD->hasWrittenPrototype())
3691 bool hasWrittenPrototype,
3696 New->HasWrittenPrototype = hasWrittenPrototype;
3685 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
H A DExpr.cpp503 if (FD->hasWrittenPrototype())
H A DASTImporter.cpp2782 D->hasWrittenPrototype(),
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp365 Record.push_back(D->hasWrittenPrototype());
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1287 D->isInlineSpecified(), D->hasWrittenPrototype(),

Completed in 266 milliseconds