Home
last modified time | relevance | path

Searched refs:getParentContext (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp139 ContextTrieNode *ContextTrieNode::getParentContext() const { in getParentContext() function in llvm::ContextTrieNode
287 if (Samples && ContextNode->getParentContext() != &RootContext) in getContextSamplesFor()
437 Node = Node->getParentContext(); in getContextString()
441 Node = Node->getParentContext(); in getContextString()
577 ContextTrieNode &FromNodeParent = *FromNode.getParentContext(); in promoteMergeContextSamplesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h56 ContextTrieNode *getParentContext() const;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4792 const DeclContext *getParentContext() const { return ParentContext; } in getParentContext() function
4793 DeclContext *getParentContext() { return ParentContext; } in getParentContext() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1257 Record.AddDeclRef(cast_or_null<Decl>(E->getParentContext())); in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2287 Context = getParentContext(); in EvaluateInContext()
H A DASTImporter.cpp7263 auto ParentContextOrErr = Importer.ImportContext(E->getParentContext()); in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13012 getSema().CurContext != E->getParentContext(); in TransformSourceLocExpr()
H A DSemaExpr.cpp5433 DeclContext *DC = E->getParentContext(); in TransformSourceLocExpr()