Searched defs:readSourceLocation (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReaderDecl.cpp | 117 return Record.readSourceLocation(); in readSourceLocation() function in clang::ASTDeclReader |
H A D | ASTReaderStmt.cpp | 78 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTStmtReader |
H A D | ASTReader.cpp | 6749 SourceLocation readSourceLocation() { return Reader.readSourceLocation(Seq); } readSourceLocation() function in clang::TypeLocReader |