Home
last modified time | relevance | path

Searched refs:getMostRecentExistingDecl (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Serialization/
H A DASTReader.h1361 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1368 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1360 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Serialization/
H A DASTReader.h1360 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1341 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1341 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1368 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Serialization/
H A DASTReader.h1371 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1367 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1367 Decl *getMostRecentExistingDecl(Decl *D);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1367 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1367 Decl *getMostRecentExistingDecl(Decl *D);
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Serialization/
H A DASTReader.h1367 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1348 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1352 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Serialization/
H A DASTReader.h1340 Decl *getMostRecentExistingDecl(Decl *D);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp9354 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9371 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9378 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9385 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9183 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9200 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9207 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9214 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp9287 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9304 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9311 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9318 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReader.cpp9326 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9343 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9350 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9357 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp9183 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9200 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9207 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9214 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp9307 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9324 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9331 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9338 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp9287 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9304 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9311 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9318 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp9357 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9374 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9381 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9388 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReader.cpp9276 for (auto *R = getMostRecentExistingDecl(RD); R; in finishPendingActions()
9293 for (auto *R = getMostRecentExistingDecl(ID); R; R = R->getPreviousDecl()) in finishPendingActions()
9300 for (auto *R = getMostRecentExistingDecl(PD); R; R = R->getPreviousDecl()) in finishPendingActions()
9307 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()

12