Home
last modified time | relevance | path

Searched refs:getExternalSource (Results 1 – 25 of 45) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclOpenMP.cpp128 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
133 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
160 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
165 PrevDeclInScope.get(getASTContext().getExternalSource())); in getPrevDeclInScope()
H A DDeclFriend.cpp31 NextFriend.get(getASTContext().getExternalSource())); in getNextFriendSlowCase()
73 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend()
H A DExternalASTSource.cpp116 auto *P = C.getExternalSource(); in incrementGeneration()
H A DExternalASTMerger.cpp314 SourceTag->getASTContext().getExternalSource()->CompleteType(SourceTag); in CompleteType()
333 SourceInterface->getASTContext().getExternalSource()->CompleteType( in CompleteType()
H A DDeclBase.cpp64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate()
116 return getASTContext().getExternalSource()->getModule(getOwningModuleID()); in getOwningModuleSlow()
1400 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in LoadLexicalDeclsFromExternalStorage()
1705 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in lookup()
1954 if (ExternalASTSource *Source = getParentASTContext().getExternalSource()) in makeDeclVisibleInContextImpl()
H A DRecordLayoutBuilder.cpp1356 if (ExternalASTSource *Source = Context.getExternalSource()) { in InitializeLayout()
2776 if (ExternalASTSource *Source = Context.getExternalSource()) in initializeLayout()
3283 getExternalSource()->CompleteType(const_cast<RecordDecl*>(D)); in getASTRecordLayout()
3384 Entry ? Entry.get(getExternalSource()) : computeKeyFunction(*this, RD); in getCurrentKeyFunction()
3410 if (Ptr.get(getExternalSource()) == Method) { in setNonKeyFunction()
3482 getExternalSource()->CompleteType(const_cast<ObjCInterfaceDecl*>(D)); in getObjCLayout()
H A DDeclObjC.cpp910 return Body.get(getASTContext().getExternalSource()); in getBody()
1589 getASTContext().getExternalSource()->CompleteType( in LoadExternalDefinition()
1594 assert(getASTContext().getExternalSource() && in setExternallyCompleted()
2333 return IvarInitializers.get(getASTContext().getExternalSource()); in init_begin()
H A DDeclCXX.cpp65 ExternalASTSource *Source = C.getExternalSource(); in getFromExternalSource()
116 return Bases.get(Definition->getASTContext().getExternalSource()); in getBasesSlowCase()
120 return VBases.get(Definition->getASTContext().getExternalSource()); in getVBasesSlowCase()
1645 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getLambdaContextDecl()
2672 return CtorInitializers.get(getASTContext().getExternalSource()); in init_begin()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp386 PP.getExternalSource()->updateOutOfDateIdentifier(II); in readingIdentifier()
391 PP.getExternalSource()->updateOutOfDateIdentifier(II); in updatingIdentifier()
H A DSema.cpp273 = dyn_cast_or_null<ExternalSemaSource>(Context.getExternalSource())) in Initialize()
474 = dyn_cast_or_null<ExternalSemaSource>(Context.getExternalSource())) in ~Sema()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclLookups.h78 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups()
H A DASTContext.h1164 ExternalASTSource *getExternalSource() const { in getExternalSource() function
3456 if (auto *Source = Ctx.getExternalSource()) in makeValue()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp985 if (!CI.getASTContext().getExternalSource()) in BeginSourceFile()
992 !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1007 !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1027 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1039 CI.getASTContext().getExternalSource())) { in BeginSourceFile()
H A DChainedIncludesSource.cpp45 CIs[i]->getASTContext().getExternalSource()) { in getMemoryBufferSizes()
H A DASTUnit.cpp1450 ExternalASTSource &Source = *getASTContext().getExternalSource(); in RealizeTopLevelDeclsFromPreamble()
2465 assert(Ctx->getExternalSource() && "No external source!"); in findFileRegionDecls()
2466 return Ctx->getExternalSource()->FindFileRegionDecls(File, Offset, Length, in findFileRegionDecls()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseAST.cpp144 ExternalASTSource *External = S.getASTContext().getExternalSource(); in ParseAST()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp257 if (ExternalASTSource *Source = CI->getASTContext().getExternalSource()) in getOriginMap()
351 ExternalASTSource *Source = CI.CI->getASTContext().getExternalSource(); in Forget()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1137 if (ast_context.getExternalSource()) { in ParseInternal()
1139 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()
1155 assert(m_compiler->getASTContext().getExternalSource() && in ParseInternal()
1157 assert(m_compiler->getSema().getExternalSource() && in ParseInternal()
H A DClangModulesDeclVendor.cpp490 if (m_compiler_instance->getPreprocessor().getExternalSource()) { in ForEachMacro()
492 .getExternalSource() in ForEachMacro()
H A DClangASTImporter.h276 assert(target_ctx->getExternalSource() && "Missing ExternalSource"); in ASTImporterDelegate()
H A DClangASTImporter.cpp1035 getFromContext().getExternalSource()); in Imported()
1038 getToContext().getExternalSource()); in Imported()
H A DClangASTSource.cpp451 ExternalASTSource *external_source = original.ctx->getExternalSource(); in FindExternalLexicalDecls()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h505 ExternalPreprocessingRecordSource *getExternalSource() const { in getExternalSource() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp774 getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDateIdentifier()
H A DPPMacroExpansion.cpp418 PP.getExternalSource()->updateOutOfDateIdentifier(*II); in isTrivialSingleTokenExpansion()

12