Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h295 ContextTableKey(std::optional<Context> ParentContext, ContextKind Kind, in ContextTableKey()
297 : ContextTableKey(ParentContext ? std::make_optional(ParentContext->id) in ContextTableKey()
H A DAPINotesYAMLCompiler.cpp890 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 DSampleContextTracker.h40 : 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 DSampleContextTracker.cpp140 return ParentContext; in getParentContext()
144 ParentContext = Parent; in setParentContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1020 auto ParentContext = GetNamespaceContext(CXXRecord->getDeclContext()); in ProcessAPINotes() local
1021 if (auto Found = Reader->lookupTagID(CXXRecord->getName(), ParentContext)) in ProcessAPINotes()
H A DTreeTransform.h3654 DeclContext *ParentContext) { in RebuildSourceLocExpr() argument
3656 ParentContext); in RebuildSourceLocExpr()
H A DSemaExpr.cpp16563 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 DAPI.h1481 if (auto *ParentContext = in createRecord() local
1483 ParentContext->addToRecordChain(Record); in createRecord()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2243 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 DExpr.h4753 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 DASTReaderStmt.cpp1317 E->ParentContext = readDeclAs<DeclContext>(); in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7117 DeclContext *ParentContext);