Home
last modified time | relevance | path

Searched refs:getMacroName (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp88 static std::string getMacroName(MacroType Macro, GtestCmp Cmp) { in getMacroName() function
92 static std::string getMacroName(MacroType Macro, llvm::StringRef Operation) { in getMacroName() function
124 return callExpr(isExpandedFromMacro(getMacroName(Macro, Cmp)), in gtestComparisonInternal()
133 isExpandedFromMacro(getMacroName(Macro, "THAT")), in gtestThatInternal()
159 isExpandedFromMacro(getMacroName(Macro, "CALL")), in gtestCallInternal()
170 isExpandedFromMacro(getMacroName(Macro, "CALL")), in gtestCallInternal()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp87 std::string getMacroName() const { in getMacroName() function in MarshallingInfo
544 OS << "#ifdef " << MI.getMacroName() << "\n";
545 OS << MI.getMacroName() << "(";
550 OS << "#endif // " << MI.getMacroName() << "\n";
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp296 static StringRef getMacroName(SourceLocation Loc, in getMacroName()
925 std::string MacroName = std::string(getMacroName(*Loc, BRC)); in VisitNode()
927 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode()
1972 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()
292 static StringRef getMacroName(SourceLocation Loc, getMacroName() function