Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp331 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
/external/clang/lib/AST/
DCommentSema.cpp698 StringRef MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), in checkDeprecatedCommand()
/external/clang/include/clang/Lex/
DPreprocessor.h915 StringRef getLastMacroWithSpelling(SourceLocation Loc,
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1138 StringRef MacroName = PP.getLastMacroWithSpelling(L, Tokens); in DiagnoseSwitchLabelsFallthrough()
DSemaObjCProperty.cpp2017 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()