Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DIdentifierTable.h60 bool IsFromAST : 1; // True if identifier was loaded (at least variable
270 bool isFromAST() const { return IsFromAST; } in isFromAST()
272 void setIsFromAST() { IsFromAST = true; } in setIsFromAST()
/external/clang/lib/Basic/
DIdentifierTable.cpp42 IsFromAST = false; in IdentifierInfo()