Home
last modified time | relevance | path

Searched defs:ParentCtx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp71 ParentMapContext &ParentCtx = C.getASTContext().getParentMapContext(); in isInCondition() local
H A DArrayBoundChecker.cpp803 ParentMapContext &ParentCtx = ACtx.getParentMapContext(); in isInAddressOf() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp148 if (auto *ParentCtx = llvm::cast_if_present<RecordContext>(ParentRecord)) { in removeRecord() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1450 const LocationContext *ParentCtx = CalleeCtx->getParent(); in getCaller() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2276 std::optional<Context> ParentCtx) in lookupTagID()