Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp276 void JSONNodeDumper::writeBareSourceLocation(SourceLocation Loc, in writeBareSourceLocation() function in JSONNodeDumper
323 writeBareSourceLocation(Spelling, /*IsSpelling*/ true); in writeSourceLocation()
326 writeBareSourceLocation(Expansion, /*IsSpelling*/ false); in writeSourceLocation()
333 writeBareSourceLocation(Spelling, /*IsSpelling*/ true); in writeSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);