Home
last modified time | relevance | path

Searched refs:isFromAST (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DMacroInfo.h207 bool isFromAST() const { return IsFromAST; } in isFromAST() function
/external/clang/include/clang/Basic/
DIdentifierTable.h239 bool isFromAST() const { return IsFromAST; } in isFromAST() function
/external/clang/lib/Serialization/
DASTWriter.cpp1719 (Chain && Name->isFromAST() && MI->isFromAST())) in WritePreprocessor()
2395 if (!Chain || !ID->first->isFromAST()) in WriteIdentifierTable()
/external/clang/include/clang/AST/
DType.h1288 bool isFromAST() const { return TypeBits.FromAST; }