Home
last modified time | relevance | path

Searched defs:readSourceLocation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h289 SourceLocation readSourceLocation() { in readSourceLocation() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp177 SourceLocation readSourceLocation() { return Record.readSourceLocation(); } in readSourceLocation() function in clang::ASTDeclReader
3140 SourceLocation readSourceLocation() { in readSourceLocation() function in __anon3c764c3a0611::AttrReader
H A DASTReaderStmt.cpp74 SourceLocation readSourceLocation() { in readSourceLocation() function in clang::ASTStmtReader
H A DASTReader.cpp7086 SourceLocation readSourceLocation() { return Reader.readSourceLocation(); } in readSourceLocation() function in clang::TypeLocReader