Home
last modified time | relevance | path

Searched refs:IsFromAST (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h61 bool IsFromAST : 1; // True if identifier was loaded (at least variable
273 bool isFromAST() const { return IsFromAST; } in isFromAST()
275 void setIsFromAST() { IsFromAST = true; } in setIsFromAST()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp43 IsFromAST = false; in IdentifierInfo()