Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp60 const bool hasWrittenPrototype = true; in AddFunDecl() local
/external/clang/include/clang/AST/
DDecl.h1875 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype() function
/external/clang/lib/AST/
DDecl.cpp4034 bool hasWrittenPrototype, in Create()
/external/llvm-project/clang/include/clang/AST/
DDecl.h2210 bool hasWrittenPrototype() const { in hasWrittenPrototype() function
/external/llvm-project/clang/lib/AST/
DDecl.cpp4818 bool hasWrittenPrototype, in Create()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2036 const bool hasWrittenPrototype = true; in CreateFunctionDeclaration() local