Home
last modified time | relevance | path

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

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