Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp311 SourceTag->getASTContext().getExternalSource()->CompleteType(SourceTag); in CompleteType()
330 SourceInterface->getASTContext().getExternalSource()->CompleteType( in CompleteType()
H A DDeclBase.cpp64 getASTContext().getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDate()
116 return getASTContext().getExternalSource()->getModule(getOwningModuleID()); in getOwningModuleSlow()
1491 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in LoadLexicalDeclsFromExternalStorage()
1796 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in lookup()
2045 if (ExternalASTSource *Source = getParentASTContext().getExternalSource()) in makeDeclVisibleInContextImpl()
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 DRecordLayoutBuilder.cpp1356 if (ExternalASTSource *Source = Context.getExternalSource()) { in InitializeLayout()
2794 if (ExternalASTSource *Source = Context.getExternalSource()) in initializeLayout()
3330 getExternalSource()->CompleteType(const_cast<RecordDecl*>(D)); in getASTRecordLayout()
3433 Entry ? Entry.get(getExternalSource()) : computeKeyFunction(*this, RD); in getCurrentKeyFunction()
3459 if (Ptr.get(getExternalSource()) == Method) { in setNonKeyFunction()
3531 getExternalSource()->CompleteType(const_cast<ObjCInterfaceDecl*>(D)); in getObjCLayout()
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()
1684 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getLambdaContextDecl()
2726 return CtorInitializers.get(getASTContext().getExternalSource()); in init_begin()
H A DDecl.cpp2412 ? Eval->Value.get(getASTContext().getExternalSource()) in getInit()
2418 return ES->Value.getAddressOfPointer(getASTContext().getExternalSource()); in getInitAddress()
3198 return Definition->Body.get(getASTContext().getExternalSource()); in getBody()
4520 InitPtr.isOffset() ? InitPtr.get(getASTContext().getExternalSource()) in getInClassInitializer()
5050 ExternalASTSource *Source = getASTContext().getExternalSource(); in LoadFieldsFromExternalStorage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp394 PP.getExternalSource()->updateOutOfDateIdentifier(II); in readingIdentifier()
399 PP.getExternalSource()->updateOutOfDateIdentifier(II); in updatingIdentifier()
H A DSema.cpp273 = dyn_cast_or_null<ExternalSemaSource>(Context.getExternalSource())) in Initialize()
482 = dyn_cast_or_null<ExternalSemaSource>(Context.getExternalSource())) in ~Sema()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h78 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups()
H A DASTContext.h1179 ExternalASTSource *getExternalSource() const { in getExternalSource() function
3486 if (auto *Source = Ctx.getExternalSource()) in makeValue()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp990 if (!CI.getASTContext().getExternalSource()) in BeginSourceFile()
997 !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1012 !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1038 CI.hasASTContext() && !CI.getASTContext().getExternalSource()) { in BeginSourceFile()
1050 CI.getASTContext().getExternalSource())) { in BeginSourceFile()
H A DChainedIncludesSource.cpp45 CIs[i]->getASTContext().getExternalSource()) { in getMemoryBufferSizes()
H A DASTUnit.cpp1459 ExternalASTSource &Source = *getASTContext().getExternalSource(); in RealizeTopLevelDeclsFromPreamble()
2473 assert(Ctx->getExternalSource() && "No external source!"); in findFileRegionDecls()
2474 return Ctx->getExternalSource()->FindFileRegionDecls(File, Offset, Length, in findFileRegionDecls()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp145 ExternalASTSource *External = S.getASTContext().getExternalSource(); in ParseAST()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1121 if (ast_context.getExternalSource()) { in ParseInternal()
1123 new ExternalASTSourceWrapper(ast_context.getExternalSource()); in ParseInternal()
1139 assert(m_compiler->getASTContext().getExternalSource() && in ParseInternal()
1141 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.cpp1031 getFromContext().getExternalSource()); in Imported()
1034 getToContext().getExternalSource()); in Imported()
H A DClangASTSource.cpp433 ExternalASTSource *external_source = original.ctx->getExternalSource(); in FindExternalLexicalDecls()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h508 ExternalPreprocessingRecordSource *getExternalSource() const { in getExternalSource() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp761 getExternalSource()->updateOutOfDateIdentifier(II); in updateOutOfDateIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1243 getASTContext().getExternalSource()); in GetOrCreateClangModule()
2469 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl()
2657 ast->getExternalSource(); in GetCompleteQualType()
2687 ast->getExternalSource(); in GetCompleteQualType()
2718 ast->getExternalSource(); in GetCompleteQualType()

12