Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h359 LocalData *getLocalData() const { in getLocalData() function
461 return this->getLocalData()->NameLoc; in getNameLoc()
464 this->getLocalData()->NameLoc = Loc; in setNameLoc()
490 return getLocalData()->BuiltinLoc; in getBuiltinLoc()
493 getLocalData()->BuiltinLoc = Loc; in setBuiltinLoc()
726 return getLocalData()->AttrLoc; in getAttrNameLoc()
729 getLocalData()->AttrLoc = loc; in setAttrNameLoc()
737 return getLocalData()->ExprOperand; in getAttrExprOperand()
741 getLocalData()->ExprOperand = e; in setAttrExprOperand()
749 return SourceLocation::getFromRawEncoding(getLocalData()->EnumOperandLoc); in getAttrEnumOperandLoc()
[all …]
/external/clang/lib/AST/
DTypeLoc.cpp319 this->getLocalData()->UnderlyingTInfo = Context.getTrivialTypeSourceInfo( in initializeLocal()