Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp395 static SourceLocation LoadSourceLocation(void *Data, unsigned Offset) { in LoadSourceLocation() function
428 return LoadSourceLocation(Data, Offset); in getLocalSourceRange()
434 return SourceRange(LoadSourceLocation(Data, Offset), in getLocalSourceRange()
435 LoadSourceLocation(Data, Offset + sizeof(unsigned))); in getLocalSourceRange()
444 LoadSourceLocation(Data, Offset + sizeof(void*))); in getLocalSourceRange()