Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3807 bool hasWrittenPrototype, in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1743 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype() function