Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DASTImporterTest.cpp61 FromAST = tooling::buildASTFromCodeWithArgs( in testImport() local
65 ASTContext &FromCtx = FromAST->getASTContext(), in testImport()
78 FromCtx, FromAST->getFileManager(), false); in testImport()
/external/clang/include/clang/AST/
DType.h1328 mutable unsigned FromAST : 1;
1494 TypeBits.FromAST = V;
1515 TypeBits.FromAST = false;
1536 bool isFromAST() const { return TypeBits.FromAST; }