Searched refs:ParentContext (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Mustache.cpp | 137 ParentContext(nullptr) {} in ASTNode() 144 ParentContext(nullptr) {} in ASTNode() 152 AccessorValue(std::move(Accessor)), ParentContext(nullptr) {} in ASTNode() 188 const llvm::json::Value *ParentContext; member in llvm::mustache::ASTNode 572 ParentContext = &CurrentCtx; in render() 573 const json::Value *ContextPtr = Ty == Root ? ParentContext : findContext(); in render() 649 return ParentContext; in findContext() 651 const json::Object *CurrentContext = ParentContext->getAsObject(); in findContext() 657 CurrentContext = CurrentParent->ParentContext->getAsObject(); in findContext()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesFormat.h | 313 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey() 315 : ContextTableKey(ParentContext ? std::make_optional(ParentContext->id) in ContextTableKey()
|
| H A D | APINotesYAMLCompiler.cpp | 966 void convertTagContext(std::optional<Context> ParentContext, const Tag &T, in convertTagContext() argument 970 ParentContext ? std::optional<ContextID>(ParentContext->id) in convertTagContext() 1038 Writer.addTag(ParentContext, T.Name, TI, SwiftVersion); in convertTagContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleContextTracker.h | 41 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), in ParentContext() function 70 ContextTrieNode *ParentContext; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 140 return ParentContext; in getParentContext() 144 ParentContext = Parent; in setParentContext()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 1512 if (auto *ParentContext = in createRecord() local 1514 ParentContext->addToRecordChain(Record); in createRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 2251 DeclContext *ParentContext) in SourceLocExpr() argument 2253 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr() 2256 setDependence(MayBeDependent(Kind) && ParentContext->isDependentContext() in SourceLocExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 4947 DeclContext *ParentContext; variable 4986 const DeclContext *getParentContext() const { return ParentContext; } in getParentContext() 4987 DeclContext *getParentContext() { return ParentContext; } in getParentContext()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1331 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 3704 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument 3706 ParentContext); in RebuildSourceLocExpr()
|
| H A D | SemaExpr.cpp | 16933 DeclContext *ParentContext) { in BuildSourceLocExpr() argument 16935 SourceLocExpr(Context, Kind, ResultTy, BuiltinLoc, RPLoc, ParentContext); in BuildSourceLocExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7542 DeclContext *ParentContext);
|