HomeSort by: relevance | last modified time | path
    Searched refs:getLastMacroWithSpelling (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 707 MacroName = PP->getLastMacroWithSpelling(FD->getLocation(), Tokens);
718 PP->getLastMacroWithSpelling(FD->getLocation(), Tokens);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 1246 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens);
1248 MacroName = PP.getLastMacroWithSpelling(Loc, FallthroughTokens);
1250 MacroName = PP.getLastMacroWithSpelling(Loc, ClangFallthroughTokens);
SemaCast.cpp 2124 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens);
SemaObjCProperty.cpp 2304 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens);
SemaDecl.cpp 2791 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit}));
2793 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling(
2799 SuitableSpelling = std::string(S.PP.getLastMacroWithSpelling(
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 351 StringRef Preprocessor::getLastMacroWithSpelling(
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1192 StringRef getLastMacroWithSpelling(SourceLocation Loc,

Completed in 33 milliseconds