/external/clang/include/clang/Basic/ |
D | SourceManager.h | 305 unsigned SpellingLoc; variable 354 static ExpansionInfo create(SourceLocation SpellingLoc, in create() 382 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc, in createForMacroArg() 987 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID() 998 StringRef getFilename(SourceLocation SpellingLoc) const { in getFilename() 1168 unsigned getFileOffset(SourceLocation SpellingLoc) const { in getFileOffset()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | FileExtensionsUtils.cpp | 31 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc); in isSpellingLocInHeaderFile() local
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceManager.h | 351 unsigned SpellingLoc; variable 439 static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc, in createForMacroArg() 452 static ExpansionInfo createForTokenSplit(SourceLocation SpellingLoc, in createForTokenSplit() 1092 FileID getFileID(SourceLocation SpellingLoc) const { in getFileID() 1276 unsigned getFileOffset(SourceLocation SpellingLoc) const { in getFileOffset()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | UppercaseLiteralSuffixCheck.cpp | 71 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc); in GetMacroAwareLocation() local
|
/external/llvm-project/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 433 FullSourceLoc SpellingLoc = Loc.getSpellingLoc(); in emitSingleMacroExpansion() local
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 428 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc); in emitSingleMacroExpansion() local
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 507 SourceLocation SpellingLoc = SM.getSpellingLoc(Loc); in SplitToken() local
|
D | Lexer.cpp | 189 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc, in Create_PragmaLexer() 1117 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc() local
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 422 auto SpellingLoc = SM.getSpellingLoc(Loc); in handleMacroOccurrence() local
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 164 Lexer *Lexer::Create_PragmaLexer(SourceLocation SpellingLoc, in Create_PragmaLexer() 1057 SourceLocation SpellingLoc = SM.getSpellingLoc(FileLoc); in GetMappedTokenLoc() local
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 591 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc, in createMacroArgExpansionLoc() 600 SourceManager::createExpansionLoc(SourceLocation SpellingLoc, in createExpansionLoc()
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 620 SourceManager::createMacroArgExpansionLoc(SourceLocation SpellingLoc, in createMacroArgExpansionLoc() 629 SourceManager::createExpansionLoc(SourceLocation SpellingLoc, in createExpansionLoc()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.cpp | 175 bool isFirstExpansion(FileID Target, SourceLocation SpellingLoc, in isFirstExpansion()
|
D | XRefs.cpp | 426 bool tokenSpelledAt(SourceLocation SpellingLoc, const syntax::TokenBuffer &TB) { in tokenSpelledAt()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3637 SourceLocation SpellingLoc = in TryParseCXX11AttributeIdentifier() local
|
/external/llvm-project/clang/lib/AST/ |
D | TextNodeDumper.cpp | 580 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc); in dumpLocation() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 4031 SourceLocation SpellingLoc = in TryParseCXX11AttributeIdentifier() local
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 593 SourceLocation SpellingLoc = SM->getSpellingLoc(Loc); in dumpLocation() local
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1329 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() local
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1951 SourceLocation SpellingLoc = Loc; in DiagnoseAbsenceOfOverrideControl() local
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 1568 SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]); in ReadSLocEntry() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 3081 SourceLocation SpellingLoc = Loc; in DiagnoseAbsenceOfOverrideControl() local
|