/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineModuleSlotTracker.cpp | 16 AbstractSlotTrackerStorage *AST, const MachineFunction &MF) { in processMachineFunctionMetadata() 34 AbstractSlotTrackerStorage *AST, const Module *M, in processMachineModule() 50 AbstractSlotTrackerStorage *AST, const Function *F, in processMachineFunction() 74 setProcessHook([this](AbstractSlotTrackerStorage *AST, const Function *F, in MachineModuleSlotTracker() 75 bool ShouldInitializeAllMetadata) { in MachineModuleSlotTracker()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ExternalASTMerger.h | 54 ASTContext *AST; member 74 ASTContext * member 84 ASTContext * variable 97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST() function
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 45 ASTContext &AST = S.getASTContext(); in BuiltinTypeDeclBuilder() local 90 ASTContext &AST = Record->getASTContext(); in addMemberVariable() local 157 ASTContext &AST = Record->getASTContext(); in addDefaultHandleConstructor() local 223 ASTContext &AST = Record->getASTContext(); in addArraySubscriptOperator() local 318 ASTContext * member 378 ASTContext &AST = SemaPtr->getASTContext(); in InitializeSema() local 415 ASTContext &AST = SemaPtr->getASTContext(); in defineHLSLVectorAlias() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 43 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST, in mergeSetIn() 121 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker() 126 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() 488 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 112 AliasSet *getAliasSet(AliasSetTracker &AST) { in getAliasSet() 185 void dropRef(AliasSetTracker &AST) { in dropRef() 273 AliasSet *getForwardedTarget(AliasSetTracker &AST) { in getForwardedTarget()
|
/openbsd/gnu/llvm/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 222 auto AST = std::make_unique<ASTContext>( in BuildASTContext() local 284 std::unique_ptr<ASTContext> AST = init_convenience::BuildASTContext( in BuildIndirect() local 311 std::unique_ptr<ASTContext> AST = in Parse() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 121 std::enable_if_t<std::is_base_of_v<Stmt, T>, T> *Node, ASTContext &AST) in Impl() 125 std::enable_if_t<std::is_base_of_v<Decl, T>, T> *Node, ASTContext &AST) in Impl() 129 ASTContext &AST; member in clang::diff::SyntaxTree::Impl 261 SyntaxTree::Impl::Impl(SyntaxTree *Parent, ASTContext &AST) in Impl() 266 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Decl *N, ASTContext &AST) in Impl() 273 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Stmt *N, ASTContext &AST) in Impl() 383 static const DeclContext *getEnclosingDeclContext(ASTContext &AST, in getEnclosingDeclContext() 969 SyntaxTree::SyntaxTree(ASTContext &AST) in SyntaxTree()
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringRuleContext.h | 78 ASTContext *AST = nullptr; variable
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | InternalsManual.rst | 1254 .. _AST: target in The Parser Library 2697 Implementation Approach 2732 Extensions
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 776 ASTUnit &AST, in ConfigureDiags() 792 std::unique_ptr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local 1512 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in create() local 1539 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local 1708 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in LoadFromCompilerInvocation() local 1789 std::unique_ptr<ASTUnit> AST; in LoadFromCommandLine() local 1917 ASTUnit &AST; member in __anonbd518b1e0611::AugmentedCodeCompleteConsumer 1921 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
|
H A D | FrontendAction.cpp | 146 std::unique_ptr<ASTUnit> AST) { in setCurrentInput() 614 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local 682 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
|
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 109 ASTContext &AST = Context.getASTContext(); in createSourceReplacements() local
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 20 AST = Log::ChannelFlag<1>, enumerator
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/ |
H A D | Lookup.cpp | 143 auto &AST = UseContext.getParentASTContext(); in disambiguateSpellingInScope() local
|
/openbsd/gnu/llvm/clang/tools/clang-check/ |
H A D | ClangCheck.cpp | 157 void HandleTranslationUnit(clang::ASTContext &AST) override { in CreateASTConsumer()
|
/openbsd/gnu/llvm/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 393 void callback(ASTContext &AST) { in callback() 475 [this](ASTContext &AST) { return callback(AST); }); in getFrontendActionFactory()
|
/openbsd/sys/arch/mips64/include/ |
H A D | regnum.h | 37 #define AST 1 macro
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 149 Z3_ast AST; member in __anon25857d310111::Z3Expr 786 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat() 807 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
|
/openbsd/gnu/llvm/clang/tools/clang-diff/ |
H A D | ClangDiff.cpp | 462 std::unique_ptr<ASTUnit> AST = getAST(CommonCompilations, SourcePath); local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 260 AliasSetTracker AST(BAA); in legalLoopMemoryAccesses() local
|
/openbsd/gnu/llvm/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 389 Node *AST = Parser.parse(); in __cxa_demangle() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 70 const ARCSubtarget *AST = nullptr; member in __anonf8431fa10111::ARCOptAddrMode
|
/openbsd/gnu/llvm/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 378 Node *AST = Parser.parse(); in itaniumDemangle() local
|
/openbsd/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 248 Expression(std::unique_ptr<ExpressionAST> AST, ExpressionFormat Format) in Expression()
|