HomeSort by: relevance | last modified time | path
    Searched refs:ContextObj (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 422 ASTContext *ContextObj = nullptr;
2252 assert(ContextObj && "requested AST context when not loading AST");
2253 return *ContextObj;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1541 if (NumFileDecls && ContextObj) {
2980 if (ASTContext *Ctx = ContextObj) {
3095 if (!ContextObj) {
3176 DeclContext *TU = ContextObj->getTranslationUnitDecl();
4223 if (ContextObj)
4224 PreviousGeneration = incrementGeneration(*ContextObj);
4403 if (ContextObj)
4426 if (ContextObj) {
4863 assert(ContextObj && "no context to initialize");
4864 ASTContext &Context = *ContextObj;
    [all...]

Completed in 63 milliseconds