Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h396 memcpy(getLocalData(), other.getLocalData(), sizeof(LocalData)); in copyLocal()
422 LocalData *getLocalData() const { in getLocalData() function
524 return this->getLocalData()->NameLoc; in getNameLoc()
528 this->getLocalData()->NameLoc = Loc; in setNameLoc()
556 return getLocalData()->BuiltinRange.getBegin(); in getBuiltinLoc()
560 getLocalData()->BuiltinRange = Loc; in setBuiltinLoc()
564 SourceRange &BuiltinRange = getLocalData()->BuiltinRange; in expandBuiltinRange()
598 return getLocalData()->BuiltinRange; in getLocalSourceRange()
770 return this->getLocalData()->NameLoc; in getNameLoc()
774 this->getLocalData()->NameLoc = Loc; in setNameLoc()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp524 this->getLocalData()->UnmodifiedTInfo = in initializeLocal()
624 getLocalData()->ConceptNameLoc); in getConceptNameInfo()