Home
last modified time | relevance | path

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

/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()
2392 MacroName = PP.getLastMacroWithSpelling(Loc, ClangUnsafeBufferUsageTokens); in getUnsafeBufferUsageAttributeTextAt()
H A DSemaObjCProperty.cpp2282 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
H A DSemaCast.cpp2192 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast()
H A DSemaDecl.cpp3037 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3039 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling( in diagnoseMissingConstinit()
3045 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling( in diagnoseMissingConstinit()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp360 StringRef Preprocessor::getLastMacroWithSpelling( in getLastMacroWithSpelling() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1520 StringRef getLastMacroWithSpelling(SourceLocation Loc,