Home
last modified time | relevance | path

Searched refs:getLastMacroWithSpelling (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/lib/AST/
DCommentSema.cpp707 MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), Tokens); in checkDeprecatedCommand()
718 PP->getLastMacroWithSpelling(FD->getLocation(), Tokens); in checkDeprecatedCommand()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1092 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
1094 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens); in getFallthroughAttrSpelling()
1096 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
DSemaCast.cpp1810 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast()
DSemaObjCProperty.cpp2078 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1244 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
1246 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens); in getFallthroughAttrSpelling()
1248 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
DSemaCast.cpp2028 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast()
DSemaObjCProperty.cpp2312 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
DSemaDecl.cpp2784 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/
DPreprocessor.cpp334 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
/external/clang/lib/AST/
DCommentSema.cpp696 StringRef MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), in checkDeprecatedCommand()
/external/clang/include/clang/Lex/
DPreprocessor.h922 StringRef getLastMacroWithSpelling(SourceLocation Loc,
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp355 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1187 StringRef getLastMacroWithSpelling(SourceLocation Loc,