Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DSampleContextTracker.h42 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), in ParentContext() function
72 ContextTrieNode *ParentContext; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp133 return ParentContext; in getParentContext()
137 ParentContext = Parent; in setParentContext()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp2188 DeclContext *ParentContext) in SourceLocExpr() argument
2191 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h4673 DeclContext *ParentContext; variable
4711 const DeclContext *getParentContext() const { return ParentContext; } in getParentContext()
4712 DeclContext *getParentContext() { return ParentContext; } in getParentContext()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1300 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h3356 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument
3357 return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext); in RebuildSourceLocExpr()
DSemaExpr.cpp15924 DeclContext *ParentContext) { in BuildSourceLocExpr() argument
15926 SourceLocExpr(Context, Kind, BuiltinLoc, RPLoc, ParentContext); in BuildSourceLocExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h5571 DeclContext *ParentContext);