Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDNestedNameSpecifier.cpp407 static SourceLocation LoadSourceLocation(void *Data, unsigned Offset) { in LoadSourceLocation() function
440 return LoadSourceLocation(Data, Offset); in getLocalSourceRange()
446 return SourceRange(LoadSourceLocation(Data, Offset), in getLocalSourceRange()
447 LoadSourceLocation(Data, Offset + sizeof(unsigned))); in getLocalSourceRange()
456 LoadSourceLocation(Data, Offset + sizeof(void*))); in getLocalSourceRange()