Home
last modified time | relevance | path

Searched refs:HasWrittenPrototype (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h1392 bool HasWrittenPrototype : 1; variable
1485 HasWrittenPrototype(true), IsDeleted(false), IsTrivial(false), in FunctionDecl()
1653 return HasWrittenPrototype || HasInheritedPrototype; in hasPrototype()
1656 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype()
/external/clang/lib/AST/
DDecl.cpp3223 New->HasWrittenPrototype = hasWrittenPrototype; in Create()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp514 FD->HasWrittenPrototype = Record[Idx++]; in VisitFunctionDecl()