Home
last modified time | relevance | path

Searched defs:ParentContext (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h41 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), ParentContext() function
68 ContextTrieNode *ParentContext; global() variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1020 auto ParentContext = GetNamespaceContext(CXXRecord->getDeclContext()); in ProcessAPINotes() local
H A DTreeTransform.h3654 DeclContext *ParentContext) { in RebuildSourceLocExpr()
H A DSemaExpr.cpp16563 DeclContext *ParentContext) { in BuildSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp890 void convertTagContext(std::optional<Context> ParentContext, const Tag &T, in convertTagContext()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1481 if (auto *ParentContext = in createRecord() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2243 DeclContext *ParentContext) in SourceLocExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4753 DeclContext *ParentContext; variable