Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp17 AbstractSlotTrackerStorage *AST, const MachineFunction &MF) { in processMachineFunctionMetadata()
35 AbstractSlotTrackerStorage *AST, const Module *M, in processMachineModule()
51 AbstractSlotTrackerStorage *AST, const Function *F, in processMachineFunction()
75 setProcessHook([this](AbstractSlotTrackerStorage *AST, const Function *F, in MachineModuleSlotTracker()
76 bool ShouldInitializeAllMetadata) { in MachineModuleSlotTracker()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp45 ASTContext &AST = S.getASTContext(); in BuiltinTypeDeclBuilder() local
89 ASTContext &AST = Record->getASTContext(); in addMemberVariable() local
160 ASTContext &AST = Record->getASTContext(); in addDefaultHandleConstructor() local
224 ASTContext &AST = Record->getASTContext(); in addArraySubscriptOperator() local
392 ASTContext &AST = SemaPtr->getASTContext(); in InitializeSema() local
429 ASTContext &AST = SemaPtr->getASTContext(); in defineHLSLVectorAlias() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp44 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST, in mergeSetIn()
106 void AliasSet::removeFromTracker(AliasSetTracker &AST) { in removeFromTracker()
111 void AliasSet::addMemoryLocation(AliasSetTracker &AST, in addMemoryLocation()
437 void AliasSetTracker::add(const AliasSetTracker &AST) { in add()
H A DLoopAccessAnalysis.cpp782 AliasSetTracker AST; member in __anonaf4eb2f30111::AccessAnalysis
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h78 ASTContext *AST = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp109 ASTContext &AST = Context.getASTContext(); in createSourceReplacements() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h20 AST = Log::ChannelFlag<1>, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp791 ASTUnit &AST, in ConfigureDiags()
808 std::unique_ptr<ASTUnit> AST(new ASTUnit(true)); in LoadFromASTFile() local
1534 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in create() local
1561 ASTUnit *AST = Unit; in LoadFromCompilerInvocationAction() local
1730 std::unique_ptr<ASTUnit> AST(new ASTUnit(false)); in LoadFromCompilerInvocation() local
1818 std::unique_ptr<ASTUnit> AST; in LoadFromCommandLine() local
1946 ASTUnit &AST; member in __anone37b80710611::AugmentedCodeCompleteConsumer
1950 AugmentedCodeCompleteConsumer(ASTUnit &AST, CodeCompleteConsumer &Next, in AugmentedCodeCompleteConsumer()
H A DFrontendAction.cpp152 std::unique_ptr<ASTUnit> AST) { in setCurrentInput()
627 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
695 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromASTFile( in BeginSourceFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h94 void dropRef(AliasSetTracker &AST) { in dropRef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp230 AliasSetTracker AST(BAA); in legalLoopMemoryAccesses() local
H A DLICM.cpp2289 AliasSetTracker AST(BatchAA); in collectPromotionCandidates() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp154 Z3_ast AST; member in __anona2cc94240111::Z3Expr
798 bool toAPFloat(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPFloat()
819 bool toAPSInt(const SMTSortRef &Sort, const SMTExprRef &AST, in toAPSInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp70 const ARCSubtarget *AST = nullptr; member in __anon13eab7f40111::ARCOptAddrMode
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp375 Node *AST = Parser.parse(ParseParams); in itaniumDemangle() local
H A DMicrosoftDemangle.cpp2451 SymbolNode *AST = D.parse(Name); in microsoftDemangle() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h225 Expression(std::unique_ptr<ExpressionAST> AST,ExpressionFormat Format) Expression() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp349 const auto &AST = ACFG->getDecl().getASTContext(); in writeCode() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp653 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp655 const ARMSubtarget &AST = MF.getSubtarget<ARMSubtarget>(); in emitAligningInstructions() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2275 enum class AtomicArgumentOrder { API, AST }; enumerator