Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DGtestMatchers.cpp89 static std::string getMacroName(MacroType Macro, GtestCmp Cmp) { in getMacroName() function
93 static std::string getMacroName(MacroType Macro, llvm::StringRef Operation) { in getMacroName() function
125 return callExpr(isExpandedFromMacro(getMacroName(Macro, Cmp)), in gtestComparisonInternal()
134 isExpandedFromMacro(getMacroName(Macro, "THAT")), in gtestThatInternal()
160 isExpandedFromMacro(getMacroName(Macro, "CALL")), in gtestCallInternal()
171 isExpandedFromMacro(getMacroName(Macro, "CALL")), in gtestCallInternal()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DOptParserEmitter.cpp103 std::string getMacroName() const { in getMacroName() function in MarshallingInfo
472 OS << "#ifdef " << MI.getMacroName() << "\n"; in EmitOptParser()
473 OS << MI.getMacroName() << "("; in EmitOptParser()
478 OS << "#endif // " << MI.getMacroName() << "\n"; in EmitOptParser()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp266 static StringRef getMacroName(SourceLocation Loc, in getMacroName() function
895 std::string MacroName = std::string(getMacroName(*Loc, BRC)); in VisitNode()
897 if (!BugLoc.isMacroID() || getMacroName(BugLoc, BRC) != MacroName) in VisitNode()
1951 getMacroName(BugLoc, BRC) != getMacroName(TerminatorLoc, BRC)) { in VisitNode()