Home
last modified time | relevance | path

Searched refs:ParentCtx (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp148 if (auto *ParentCtx = llvm::cast_if_present<RecordContext>(ParentRecord)) { in removeRecord() local
149 ParentCtx->removeFromRecordChain(Record); in removeRecord()
151 ParentCtx->stealRecordChain(*RecordAsCtx); in removeRecord()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h341 SingleDeclTableKey(std::optional<Context> ParentCtx, IdentifierID NameID) in SingleDeclTableKey()
342 : parentContextID(ParentCtx ? ParentCtx->id.Value in SingleDeclTableKey()
H A DAPINotesReader.cpp2276 std::optional<Context> ParentCtx) in lookupTagID() argument
2286 ContextTableKey(ParentCtx, ContextKind::Tag, *TagID)); in lookupTagID()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp71 ParentMapContext &ParentCtx = C.getASTContext().getParentMapContext(); in isInCondition() local
74 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition()
H A DArrayBoundChecker.cpp803 ParentMapContext &ParentCtx = ACtx.getParentMapContext(); in isInAddressOf() local
805 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h195 std::optional<Context> ParentCtx = std::nullopt);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1450 const LocationContext *ParentCtx = CalleeCtx->getParent(); in getCaller() local
1451 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()