Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp210 void JSONNodeDumper::writeBareSourceLocation(SourceLocation Loc, in writeBareSourceLocation() function in JSONNodeDumper
257 writeBareSourceLocation(Spelling, /*IsSpelling*/ true); in writeSourceLocation()
260 writeBareSourceLocation(Expansion, /*IsSpelling*/ false); in writeSourceLocation()
267 writeBareSourceLocation(Spelling, /*IsSpelling*/ true); in writeSourceLocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DJSONNodeDumper.h152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);