Searched defs:readSourceLocation (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ | ||
| H A D | ASTRecordReader.h | 289 SourceLocation readSourceLocation() { in readSourceLocation() function |
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | ASTReaderDecl.cpp | 177 SourceLocation readSourceLocation() { return Record.readSourceLocation(); } in readSourceLocation() function in clang::ASTDeclReader |
| H A D | ASTReaderStmt.cpp | 74 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTStmtReader |
| H A D | ASTReader.cpp | 7086 SourceLocation readSourceLocation() { return Reader.readSourceLocation(); } in readSourceLocation() function in clang::TypeLocReader |