Home
last modified time | relevance | path

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

/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/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,