Searched refs:ParentContext (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | SampleContextTracker.h | 42 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), in ParentContext() function 72 ContextTrieNode *ParentContext; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | SampleContextTracker.cpp | 133 return ParentContext; in getParentContext() 137 ParentContext = Parent; in setParentContext()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | Expr.cpp | 2188 DeclContext *ParentContext) in SourceLocExpr() argument 2191 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | Expr.h | 4673 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/ |
| D | ASTReaderStmt.cpp | 1300 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 3356 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument 3357 return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext); in RebuildSourceLocExpr()
|
| D | SemaExpr.cpp | 15924 DeclContext *ParentContext) { in BuildSourceLocExpr() argument 15926 SourceLocExpr(Context, Kind, BuiltinLoc, RPLoc, ParentContext); in BuildSourceLocExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 5571 DeclContext *ParentContext);
|