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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp885 /// at \p ExpanLoc.
900 /// When \p ExpanLoc references the last line, the macro name "NOT_SUSPICIOUS"
903 /// When \p ExpanLoc references "SET_TO_NULL(a)" within the definition of
906 static MacroNameAndArgs getMacroNameAndArgs(SourceLocation ExpanLoc,
1051 static MacroNameAndArgs getMacroNameAndArgs(SourceLocation ExpanLoc, argument
1059 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(ExpanLoc);
1075 const MacroInfo *MI = getMacroInfoForLocation(PP, SM, II, ExpanLoc);

Completed in 102 milliseconds