Searched refs:getMacroName (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 83 static std::string getMacroName(MacroType Macro, GtestCmp Cmp) { in getMacroName() function 87 static std::string getMacroName(MacroType Macro, llvm::StringRef Operation) { in getMacroName() function 119 return callExpr(isExpandedFromMacro(getMacroName(Macro, Cmp)), in gtestComparisonInternal() 128 isExpandedFromMacro(getMacroName(Macro, "THAT")), in gtestThatInternal() 154 isExpandedFromMacro(getMacroName(Macro, "CALL")), in gtestCallInternal() 165 isExpandedFromMacro(getMacroName(Macro, "CALL")), in gtestCallInternal()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptionParserEmitter.cpp | 98 std::string getMacroName() const { in getMacroName() function in MarshallingInfo 571 OS << "#ifdef " << MI.getMacroName() << "\n"; in emitOptionParser() 572 OS << MI.getMacroName() << "("; in emitOptionParser() 577 OS << "#endif // " << MI.getMacroName() << "\n"; in emitOptionParser()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 292 static StringRef getMacroName(SourceLocation Loc, in getMacroName() function 832 std::string MacroName = std::string(getMacroName(*Loc, BRC)); in VisitNode() 834 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode() 1924 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()
|