Searched refs:setAttrEnumOperandLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h711 void setAttrEnumOperandLoc(SourceLocation loc) { function in class:clang::AttributedTypeLoc
752 setAttrEnumOperandLoc(loc);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3324 TL.setAttrEnumOperandLoc(attrs->getParameterLoc());
H A DTreeTransform.h4937 newTL.setAttrEnumOperandLoc(TL.getAttrEnumOperandLoc());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5066 TL.setAttrEnumOperandLoc(ReadSourceLocation(Record, Idx));

Completed in 263 milliseconds