Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DJSONNodeDumper.h152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp211 bool IsSpelling) { in writeBareSourceLocation() argument
213 unsigned ActualLine = IsSpelling ? SM.getSpellingLineNumber(Loc) in writeBareSourceLocation()