Searched defs:AST (Results 1 – 11 of 11) sorted by relevance
36 module AST module
38 module AST module
82 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet()142 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
663 ASTUnit &AST, bool CaptureDiagnostics) { in ConfigureDiags()687 OwningPtr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local1751 OwningPtr<ASTUnit> AST; in create() local1781 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local1943 OwningPtr<ASTUnit> AST; in LoadFromCompilerInvocation() local2029 OwningPtr<ASTUnit> AST; in LoadFromCommandLine() local2137 ASTUnit &AST; member in __anon2055799d0411::AugmentedCodeCompleteConsumer2141 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
665 AliasSetTracker &AST; member in __anon013940c40211::LoopPromoter880 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); in cloneBasicBlockAnalysis() local890 AliasSetTracker *AST = LoopToAliasSetMap.lookup(L); in deleteAnalysisValue() local
284 AliasSetTracker *AST; member409 AliasSetTracker *AST) { in rewriteSingleStoreAlloca()514 AliasSetTracker *AST) { in promoteSingleBlockAlloca()1157 const DataLayout *DL, AliasSetTracker *AST) { in PromoteMemToReg()
683 ASTUnit *AST = cxtu::getASTUnit(TU); in clang_codeCompleteAt_Impl() local
46 module AST module