Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp408 static SourceLocation LoadSourceLocation(void *Data, unsigned Offset) { in LoadSourceLocation() function
441 return LoadSourceLocation(Data, Offset); in getLocalSourceRange()
447 return SourceRange(LoadSourceLocation(Data, Offset), in getLocalSourceRange()
448 LoadSourceLocation(Data, Offset + sizeof(unsigned))); in getLocalSourceRange()
457 LoadSourceLocation(Data, Offset + sizeof(void*))); in getLocalSourceRange()