Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1543 uint64_t InstantiationIsPending : 1; variable
DDecl.h2255 return FunctionDeclBits.InstantiationIsPending; in instantiationIsPending()
2261 FunctionDeclBits.InstantiationIsPending = IC; in setInstantiationIsPending()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2838 FunctionDeclBits.InstantiationIsPending = false; in FunctionDecl()