Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
/external/llvm-project/clang/include/clang/AST/
DJSONNodeDumper.h152 void writeBareSourceLocation(SourceLocation Loc, bool IsSpelling);