Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1482 uint64_t HasWrittenPrototype : 1; variable
H A DDecl.h2073 return FunctionDeclBits.HasWrittenPrototype; in hasWrittenPrototype()
2078 FunctionDeclBits.HasWrittenPrototype = P;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2663 FunctionDeclBits.HasWrittenPrototype = true; in FunctionDecl()