Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeLoc

20 #include "clang/AST/TypeLoc.h"
310 // The "void*" that points at the TypeLoc data.
311 // Note: the 'template' keyword is part of the TypeLoc.
374 // The "void*" that points at the TypeLoc data.
375 // Note: the 'template' keyword is part of the TypeLoc.
377 TypeLoc TL(Qualifier->getAsType(), TypeData);
386 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
391 // The "void*" that points at the TypeLoc data.
394 return TypeLoc(Qualifier->getAsType(), TypeData);
501 TypeLoc TL,