Home
last modified time | relevance | path

Searched defs:TokLoc (Results 1 – 25 of 129) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp59 FullSourceLoc TokLoc, in MakeCharSourceRange()
78 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
526 SourceLocation TokLoc, in NumericLiteralParser()
752 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
822 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
845 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1588 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1625 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
763 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
836 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
860 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1605 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
763 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
836 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
860 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1605 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
763 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
836 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
860 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1605 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Lex/
H A DLiteralSupport.cpp59 FullSourceLoc TokLoc, in MakeCharSourceRange()
78 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
526 SourceLocation TokLoc, in NumericLiteralParser()
752 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
822 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
845 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1588 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1625 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Lex/
H A DLiteralSupport.cpp59 FullSourceLoc TokLoc, in MakeCharSourceRange()
78 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
526 SourceLocation TokLoc, in NumericLiteralParser()
752 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
822 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
845 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1584 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1625 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
763 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
836 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
860 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1605 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
763 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
836 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
860 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1605 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1625 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
750 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
820 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
843 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1582 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
749 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
819 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
842 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1581 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
527 SourceLocation TokLoc, in NumericLiteralParser()
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1625 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Lex/
H A DLiteralSupport.cpp60 FullSourceLoc TokLoc, in MakeCharSourceRange()
79 const LangOptions &Features, FullSourceLoc TokLoc, in Diag()
688 SourceLocation TokLoc, in NumericLiteralParser()
944 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
1017 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
1041 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
1786 SourceLocation TokLoc = StringToks[i].getLocation(); in init() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp161 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
189 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp134 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
151 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp136 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
153 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp125 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
142 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp125 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
142 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/index/
H A DSymbolCollector.cpp136 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
153 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp126 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
143 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp102 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
333 SymbolCollector::getTokenLocation(SourceLocation TokLoc) { in getTokenLocation()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp127 getTokenRange(SourceLocation TokLoc, const SourceManager &SM, in getTokenRange()
144 getTokenLocation(SourceLocation TokLoc, const SourceManager &SM, in getTokenLocation()

123456