Home
last modified time | relevance | path

Searched defs:hasWrittenPrototype (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Symbol/
DClangASTContext.cpp1913 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local
/external/lldb/source/Expression/
DClangASTSource.cpp1748 const bool hasWrittenPrototype = true; in AddFunDecl() local
/external/clang/lib/AST/
DDecl.cpp3853 bool hasWrittenPrototype, in Create()
/external/clang/include/clang/AST/
DDecl.h1786 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype() function