Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp678 MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), Tokens); in checkDeprecatedCommand()
689 PP->getLastMacroWithSpelling(FD->getLocation(), Tokens); in checkDeprecatedCommand()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1266 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
1268 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens); in getFallthroughAttrSpelling()
1270 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens); in getFallthroughAttrSpelling()
2356 MacroName = PP.getLastMacroWithSpelling(Loc, ClangUnsafeBufferUsageTokens); in getUnsafeBufferUsageAttributeTextAt()
H A DSemaObjCProperty.cpp2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaCast.cpp2183 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast()
H A DSemaDecl.cpp3179 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3181 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling( in diagnoseMissingConstinit()
3187 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling( in diagnoseMissingConstinit()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp356 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1499 StringRef getLastMacroWithSpelling(SourceLocation Loc,