Searched defs:AST (Results 1 – 11 of 11) sorted by relevance
36 module AST module
38 module AST module
83 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet()143 void dropRef(AliasSetTracker &AST) { in dropRef()
31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()90 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker()95 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer()368 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
1509 Implementation Approach1544 Extensions
123 ASTUnit *AST) { in setCurrentInput()184 ASTUnit *AST = ASTUnit::LoadFromASTFile(InputFile, Diags, in BeginSourceFile() local
656 ASTUnit &AST, bool CaptureDiagnostics) { in ConfigureDiags()681 OwningPtr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local1727 OwningPtr<ASTUnit> AST; in create() local1757 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local1919 OwningPtr<ASTUnit> AST; in LoadFromCompilerInvocation() local2005 OwningPtr<ASTUnit> AST; in LoadFromCommandLine() local2113 ASTUnit &AST; member in __anonf47500b90411::AugmentedCodeCompleteConsumer2117 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
665 AliasSetTracker &AST; member in __anon6a7599600211::LoopPromoter880 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); in cloneBasicBlockAnalysis() local890 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); in deleteAnalysisValue() local
209 AliasSetTracker *AST; member1144 DominatorTree &DT, AliasSetTracker *AST) { in PromoteMemToReg()
684 ASTUnit *AST = cxtu::getASTUnit(TU); in clang_codeCompleteAt_Impl() local
46 module AST module