Searched refs:ParentContext (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/APINotes/ |
| HD | APINotesFormat.h | 295 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey() 297 : ContextTableKey(ParentContext ? std::make_optional(ParentContext->id) in ContextTableKey()
|
| HD | APINotesYAMLCompiler.cpp | 890 void convertTagContext(std::optional<Context> ParentContext, const Tag &T, in convertTagContext() argument 894 ParentContext ? std::optional<ContextID>(ParentContext->id) in convertTagContext() 956 Writer.addTag(ParentContext, T.Name, TI, SwiftVersion); in convertTagContext()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| HD | SampleContextTracker.h | 40 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), in ParentContext() function 67 ContextTrieNode *ParentContext; variable
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | SampleContextTracker.cpp | 140 return ParentContext; in getParentContext() 144 ParentContext = Parent; in setParentContext()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaAPINotes.cpp | 1020 auto ParentContext = GetNamespaceContext(CXXRecord->getDeclContext()); in ProcessAPINotes() local 1021 if (auto Found = Reader->lookupTagID(CXXRecord->getName(), ParentContext)) in ProcessAPINotes()
|
| HD | TreeTransform.h | 3654 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument 3656 ParentContext); in RebuildSourceLocExpr()
|
| HD | SemaExpr.cpp | 16563 DeclContext *ParentContext) { in BuildSourceLocExpr() argument 16565 SourceLocExpr(Context, Kind, ResultTy, BuiltinLoc, RPLoc, ParentContext); in BuildSourceLocExpr()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| HD | API.h | 1481 if (auto *ParentContext = in createRecord() local 1483 ParentContext->addToRecordChain(Record); in createRecord()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Expr.cpp | 2243 DeclContext *ParentContext) in SourceLocExpr() argument 2245 BuiltinLoc(BLoc), RParenLoc(RParenLoc), ParentContext(ParentContext) { in SourceLocExpr() 2248 setDependence(MayBeDependent(Kind) && ParentContext->isDependentContext() in SourceLocExpr()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Expr.h | 4753 DeclContext *ParentContext; variable 4792 const DeclContext *getParentContext() const { return ParentContext; } in getParentContext() 4793 DeclContext *getParentContext() { return ParentContext; } in getParentContext()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1317 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 7117 DeclContext *ParentContext);
|