Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp241 void JSONNodeDumper::writeBareSourceLocation(SourceLocation Loc, in writeBareSourceLocation() function in JSONNodeDumper
288 writeBareSourceLocation(Spelling, /*IsSpelling*/ true); in writeSourceLocation()
291 writeBareSourceLocation(Expansion, /*IsSpelling*/ false); in writeSourceLocation()
298 writeBareSourceLocation(Spelling, /*IsSpelling*/ true); in writeSourceLocation()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);