Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp367 SourceLocation LoadSourceLocation(void *Data, unsigned Offset) { in LoadSourceLocation() function
401 return LoadSourceLocation(Data, Offset); in getLocalSourceRange()
407 return SourceRange(LoadSourceLocation(Data, Offset), in getLocalSourceRange()
408 LoadSourceLocation(Data, Offset + sizeof(unsigned))); in getLocalSourceRange()
417 LoadSourceLocation(Data, Offset + sizeof(void*))); in getLocalSourceRange()