Searched refs:ParentContext (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 295 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey() 297 : ContextTableKey(ParentContext ? std::make_optional(ParentContext->id) in ContextTableKey()
|
H A D | 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/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleContextTracker.h | 40 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), 67 ContextTrieNode *ParentContext; 41 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), ParentContext() function 68 ContextTrieNode *ParentContext; global() 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/lib/Sema/ |
H A D | SemaAPINotes.cpp | 1020 auto ParentContext = GetNamespaceContext(CXXRecord->getDeclContext()); in ProcessAPINotes() local 1021 if (auto Found = Reader->lookupTagID(CXXRecord->getName(), ParentContext)) in ProcessAPINotes()
|
H A D | TreeTransform.h | 3654 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument 3656 ParentContext); in RebuildSourceLocExpr()
|
H A D | SemaExpr.cpp | 16563 DeclContext *ParentContext) { in BuildSourceLocExpr() argument 16565 SourceLocExpr(Context, Kind, ResultTy, BuiltinLoc, RPLoc, ParentContext); in BuildSourceLocExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 1481 if (auto *ParentContext = in createRecord() local 1483 ParentContext->addToRecordChain(Record); in createRecord()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | 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/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4753 DeclContext *ParentContext; variable 4792 const DeclContext *getParentContext() const { return ParentContext; } in getParentContext() 4793 DeclContext *getParentContext() { return ParentContext; } in getParentContext()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1317 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 7117 DeclContext *ParentContext);
|