Home
last modified time | relevance | path

Searched refs:setTokenLocation (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DInternalCompletionContext.java102 protected void setTokenLocation(int tokenLocation) { in setTokenLocation() method in InternalCompletionContext
H A DCompletionEngine.java1868 context.setTokenLocation(CompletionContext.TL_MEMBER_START); in buildTokenLocationContext()
1874 context.setTokenLocation(CompletionContext.TL_MEMBER_START); in buildTokenLocationContext()
1879 context.setTokenLocation(CompletionContext.TL_CONSTRUCTOR_START); in buildTokenLocationContext()
1884 context.setTokenLocation(CompletionContext.TL_CONSTRUCTOR_START); in buildTokenLocationContext()
1887 context.setTokenLocation(CompletionContext.TL_STATEMENT_START); in buildTokenLocationContext()
1889 context.setTokenLocation(CompletionContext.TL_IN_IMPORT); in buildTokenLocationContext()
1900 context.setTokenLocation(CompletionContext.TL_STATEMENT_START); in buildTokenLocationContext()
1911 context.setTokenLocation(CompletionContext.TL_STATEMENT_START); in buildTokenLocationContext()
1927 context.setTokenLocation(CompletionContext.TL_STATEMENT_START); in buildTokenLocationContext()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1065 E->setTokenLocation(ReadSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp997 E->setTokenLocation(ReadSourceLocation()); in VisitGNUNullExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1209 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1209 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReaderStmt.cpp1334 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1323 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReaderStmt.cpp1315 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderStmt.cpp1323 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1308 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderStmt.cpp1334 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderStmt.cpp1334 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1334 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReaderStmt.cpp1323 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReaderStmt.cpp1334 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Serialization/
H A DASTReaderStmt.cpp1334 E->setTokenLocation(readSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h4193 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h4231 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h4231 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h4077 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3933 void setTokenLocation(SourceLocation L) { TokenLoc = L; }
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp942 E->setTokenLocation(ReadSourceLocation()); in VisitGNUNullExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExpr.h4610 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h4604 void setTokenLocation(SourceLocation L) { TokenLoc = L; } in setTokenLocation() function

12