Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp16 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 DExternalASTMerger.h54 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 DHLSLExternalSemaSource.cpp45 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 DAliasSetTracker.cpp44 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 DLoopAccessAnalysis.cpp784 AliasSetTracker AST; global() member in __anon55b3ad850111::AccessAnalysis
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h78 ASTContext *AST = nullptr; variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp121 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 DExtract.cpp109 ASTContext &AST = Context.getASTContext(); in createSourceReplacements() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h20 AST = Log::ChannelFlag<1>, enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp780 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 DFrontendAction.cpp152 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 DLookup.cpp143 auto &AST = UseContext.getParentASTContext(); in disambiguateSpellingInScope() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h94 void dropRef(AliasSetTracker &AST) { in dropRef() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp230 AliasSetTracker AST(BAA); in legalLoopMemoryAccesses() local
H A DLoopRerollPass.cpp
H A DLICM.cpp2274 AliasSetTracker AST(BatchAA); collectPromotionCandidates() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp149 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 DARCOptAddrMode.cpp70 const ARCSubtarget *AST = nullptr; member in __anondd4be6060111::ARCOptAddrMode
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp375 Node *AST = Parser.parse(ParseParams); in itaniumDemangle() local
H A DMicrosoftDemangle.cpp2405 SymbolNode *AST = D.parse(Name); microsoftDemangle() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp337 const auto &AST = CFG->getDecl().getASTContext(); writeCode() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h200 Expression(std::unique_ptr<ExpressionAST> AST, ExpressionFormat Format) in Expression()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp653 std::unique_ptr<ASTUnit> AST = ASTUnit::LoadFromCompilerInvocation( in runInvocation() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp653 const ARMSubtarget &AST = MF.getSubtarget<ARMSubtarget>(); emitAligningInstructions() local

12