Searched refs:getLastMacroWithSpelling (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | CommentSema.cpp | 707 MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), Tokens); in checkDeprecatedCommand() 718 PP->getLastMacroWithSpelling(FD->getLocation(), Tokens); in checkDeprecatedCommand()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1092 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling() 1094 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens); in getFallthroughAttrSpelling() 1096 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
|
D | SemaCast.cpp | 1810 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast()
|
D | SemaObjCProperty.cpp | 2078 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
|
/external/llvm-project/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1244 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling() 1246 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens); in getFallthroughAttrSpelling() 1248 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
|
D | SemaCast.cpp | 2028 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast()
|
D | SemaObjCProperty.cpp | 2312 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
|
D | SemaDecl.cpp | 2784 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit() 2786 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling( in diagnoseMissingConstinit() 2792 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling( in diagnoseMissingConstinit()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 334 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 696 StringRef MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), in checkDeprecatedCommand()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 922 StringRef getLastMacroWithSpelling(SourceLocation Loc,
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 355 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Preprocessor.h | 1187 StringRef getLastMacroWithSpelling(SourceLocation Loc,
|