Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1481 uint64_t HasInheritedPrototype : 1; variable
H A DDecl.h2084 return FunctionDeclBits.HasInheritedPrototype; in hasInheritedPrototype()
2090 FunctionDeclBits.HasInheritedPrototype = P;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2662 FunctionDeclBits.HasInheritedPrototype = false; in FunctionDecl()