/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineModuleSlotTracker.cpp | 16 processMachineFunctionMetadata(AbstractSlotTrackerStorage * AST,const MachineFunction & MF) processMachineFunctionMetadata() argument 34 processMachineModule(AbstractSlotTrackerStorage * AST,const Module * M,bool ShouldInitializeAllMetadata) processMachineModule() argument 50 processMachineFunction(AbstractSlotTrackerStorage * AST,const Function * F,bool ShouldInitializeAllMetadata) processMachineFunction() argument 74 __anon3b6729af0102(AbstractSlotTrackerStorage *AST, const Module *M, bool ShouldInitializeAllMetadata) MachineModuleSlotTracker() argument 75 __anon3b6729af0202(AbstractSlotTrackerStorage *AST, const Function *F, bool ShouldInitializeAllMetadata) MachineModuleSlotTracker() argument [all...] |
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 45 ASTContext &AST = S.getASTContext(); in BuiltinTypeDeclBuilder() local 89 ASTContext &AST = Record->getASTContext(); in addMemberVariable() local 155 ASTContext &AST = Record->getASTContext(); addDefaultHandleConstructor() local 220 ASTContext &AST = Record->getASTContext(); addArraySubscriptOperator() local 314 ASTContext * global() member 382 ASTContext &AST = SemaPtr->getASTContext(); InitializeSema() local 419 ASTContext &AST = SemaPtr->getASTContext(); defineHLSLVectorAlias() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 44 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST, in mergeSetIn() argument 106 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker() argument 111 void AliasSet::addMemoryLocation(AliasSetTracker &AST, in addMemoryLocation() argument 435 add(const AliasSetTracker & AST) add() argument [all...] |
H A D | LoopAccessAnalysis.cpp | 784 AliasSetTracker AST; global() member in __anon55b3ad850111::AccessAnalysis
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringRuleContext.h | 78 ASTContext *AST = nullptr; variable
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | Extract.cpp | 109 ASTContext &AST = Context.getASTContext(); in createSourceReplacements() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 20 AST = Log::ChannelFlag<1>, enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 780 ConfigureDiags(IntrusiveRefCntPtr<DiagnosticsEngine> Diags,ASTUnit & AST,CaptureDiagsKind CaptureDiagnostics) ConfigureDiags() argument 796 std::unique_ptr<ASTUnit> AST(new ASTUnit(true)); LoadFromASTFile() local 1521 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); create() local 1548 ASTUnit *AST = Unit; LoadFromCompilerInvocationAction() local 1717 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); LoadFromCompilerInvocation() local 1805 std::unique_ptr<ASTUnit> AST; LoadFromCommandLine() local 1933 ASTUnit &AST; global() member in __anonfca0bc830611::AugmentedCodeCompleteConsumer 1937 AugmentedCodeCompleteConsumer(ASTUnit & AST,CodeCompleteConsumer & Next,const CodeCompleteOptions & CodeCompleteOpts) AugmentedCodeCompleteConsumer() argument [all...] |
H A D | FrontendAction.cpp | 152 std::unique_ptr<ASTUnit> AST) { in setCurrentInput() argument 621 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( BeginSourceFile() local 689 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( BeginSourceFile() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | Lookup.cpp | 143 auto &AST = UseContext.getParentASTContext(); in disambiguateSpellingInScope() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 94 void dropRef(AliasSetTracker &AST) { in dropRef() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 230 AliasSetTracker AST(BAA); in legalLoopMemoryAccesses() local
|
H A D | LoopRerollPass.cpp |
|
H A D | LICM.cpp | 2274 AliasSetTracker AST(BatchAA); collectPromotionCandidates() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 149 Z3_ast AST; global() member in __anonab5195f60111::Z3Expr 786 toAPFloat(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APFloat & Float,bool useSemantics) toAPFloat() argument 807 toAPSInt(const SMTSortRef & Sort,const SMTExprRef & AST,llvm::APSInt & Int,bool useSemantics) toAPSInt() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 70 const ARCSubtarget *AST = nullptr; member in __anondd4be6060111::ARCOptAddrMode
|
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 375 Node *AST = Parser.parse(ParseParams); in itaniumDemangle() local
|
H A D | MicrosoftDemangle.cpp | 2405 SymbolNode *AST = D.parse(Name); microsoftDemangle() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 337 const auto &AST = CFG->getDecl().getASTContext(); writeCode() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 200 Expression(std::unique_ptr<ExpressionAST> AST, ExpressionFormat Format) in Expression()
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 653 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 653 const ARMSubtarget &AST = MF.getSubtarget<ARMSubtarget>(); emitAligningInstructions() local
|