Searched refs:EnumTypeLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp601 EnumTypeLoc EnumTL = TLB.push<EnumTypeLoc>(T);
H A DTreeTransform.h4556 EnumTypeLoc TL) {
4572 EnumTypeLoc NewTL = TLB.push<EnumTypeLoc>(Result);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h607 class EnumTypeLoc : public InheritingConcreteTypeLoc<TagTypeLoc, class in namespace:clang
608 EnumTypeLoc,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5049 void TypeLocReader::VisitEnumTypeLoc(EnumTypeLoc TL) {
H A DASTWriter.cpp539 void TypeLocWriter::VisitEnumTypeLoc(EnumTypeLoc TL) {

Completed in 206 milliseconds