Home
last modified time | relevance | path

Searched defs:AST (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTMerger.h54 ASTContext *AST; member
74 ASTContext * member
84 ASTContext * variable
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h112 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet()
188 void dropRef(AliasSetTracker &AST) { in dropRef()
285 AliasSet *getForwardedTarget(AliasSetTracker &AST) { in getForwardedTarget()
304 void removeUnknownInst(AliasSetTracker &AST, Instruction *I) { in removeUnknownInst()
333 AliasSetTracker *AST; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparsetimevisitor.d16 extern (C++) class ParseTimeVisitor(AST) in ParseTimeVisitor() argument
H A Dtransitivevisitor.d29 package mixin template ParseVisitMethods(AST) in ParseVisitMethods() argument
H A Dparse.d9513 struct PrefixAttributes(AST) in PrefixAttributes() argument
9526 struct ParsedLinkage(AST) in ParsedLinkage() argument
9567 private StorageClass getStorageClass(AST)(PrefixAttributes!(AST)* pAttrs) in getStorageClass() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasSetTracker.cpp48 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn()
126 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker()
131 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer()
516 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp221 auto AST = std::make_unique<ASTContext>( in BuildASTContext() local
282 std::unique_ptr<ASTContext> AST = init_convenience::BuildASTContext( in BuildIndirect() local
309 std::unique_ptr<ASTContext> AST = in Parse() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h78 ASTContext *AST = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp121 ASTContext &AST) in Impl()
126 ASTContext &AST) in Impl()
130 ASTContext &AST; member in clang::diff::SyntaxTree::Impl
262 SyntaxTree::Impl::Impl(SyntaxTree *Parent, ASTContext &AST) in Impl()
267 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Decl *N, ASTContext &AST) in Impl()
274 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Stmt *N, ASTContext &AST) in Impl()
384 static const DeclContext *getEnclosingDeclContext(ASTContext &AST, in getEnclosingDeclContext()
970 SyntaxTree::SyntaxTree(ASTContext &AST) in SyntaxTree()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1251 .. _AST: target in The Parser Library
2694 Implementation Approach
2729 Extensions
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp108 ASTContext &AST = Context.getASTContext(); in createSourceReplacements() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h73 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp748 ASTUnit &AST, in ConfigureDiags()
763 std::unique_ptr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local
1486 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in create() local
1513 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local
1682 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in LoadFromCompilerInvocation() local
1761 std::unique_ptr<ASTUnit> AST; in LoadFromCommandLine() local
1889 ASTUnit &AST; member in __anonc715c21c0611::AugmentedCodeCompleteConsumer
1893 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
H A DFrontendAction.cpp138 std::unique_ptr<ASTUnit> AST) { in setCurrentInput()
578 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
646 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp152 void HandleTranslationUnit(clang::ASTContext &AST) override { in CreateASTConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DLookup.cpp143 auto &AST = UseContext.getParentASTContext(); in disambiguateSpellingInScope() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp391 void callback(ASTContext &AST) { in callback()
473 [this](ASTContext &AST) { return callback(AST); }); in getFrontendActionFactory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp147 Z3_ast AST; member in __anondfffcc6f0111::Z3Expr
784 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
805 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp462 std::unique_ptr<ASTUnit> AST = getAST(CommonCompilations, SourcePath); local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp59 const ARCSubtarget *AST = nullptr; member in __anon5955749f0111::ARCOptAddrMode
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp338 Node *AST = Parser.parse(); in itaniumDemangle() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1521 AliasSetTracker *AST, MemorySSAUpdater *MSSAU) { in eraseInstruction()
1846 AliasSetTracker *AST; member in __anonfba5b0a31211::LoopPromoter
2277 AliasSetTracker AST(*AA); in collectPromotionCandidates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h248 Expression(std::unique_ptr<ExpressionAST> AST, ExpressionFormat Format) in Expression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp584 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp711 ASTUnit *AST = cxtu::getASTUnit(TU); in clang_codeCompleteAt_Impl() local

12