Home
last modified time | relevance | path

Searched refs:getFunctionScopeDepth (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1017 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1043 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1081 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1107 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1089 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1113 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1093 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1117 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTWriterDecl.cpp1093 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1117 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTWriterDecl.cpp1089 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1113 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1081 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1107 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1053 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1079 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTWriterDecl.cpp1089 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1113 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1028 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1054 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Serialization/
H A DASTWriterDecl.cpp1091 Record.push_back(D->getFunctionScopeDepth()); in VisitParmVarDecl()
1115 D->getFunctionScopeDepth() == 0 && in VisitParmVarDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp110 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DStmtProfile.cpp111 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp110 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp110 ID.AddInteger(Parm->getFunctionScopeDepth()); in VisitDecl()

123456