Searched defs:hasWrittenPrototype (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Expression/
H A DClangASTSource.cpp1748 const bool hasWrittenPrototype = true; local
1760 hasWrittenPrototype,
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1913 const bool hasWrittenPrototype = true; local
1927 hasWrittenPrototype,
1941 hasWrittenPrototype,
/external/clang/lib/AST/
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

Completed in 979 milliseconds