Home
last modified time | relevance | path

Searched refs:IsSpelling (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp277 bool IsSpelling) { in writeBareSourceLocation() argument
279 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc) in writeBareSourceLocation()