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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp707 MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), Tokens);
718 PP->getLastMacroWithSpelling(FD->getLocation(), Tokens);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1244 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens);
1246 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens);
1248 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens);
H A DSemaCast.cpp2013 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens);
H A DSemaObjCProperty.cpp2314 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens);
H A DSemaDecl.cpp2784 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit}));
2786 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling(
2792 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp355 StringRef Preprocessor::getLastMacroWithSpelling( function in class:Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1178 StringRef getLastMacroWithSpelling(SourceLocation Loc,

Completed in 132 milliseconds