Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeLoc

20 #include "clang/AST/TypeLoc.h"
313 // The "void*" that points at the TypeLoc data.
314 // Note: the 'template' keyword is part of the TypeLoc.
377 // The "void*" that points at the TypeLoc data.
378 // Note: the 'template' keyword is part of the TypeLoc.
380 TypeLoc TL(Qualifier->getAsType(), TypeData);
389 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
394 // The "void*" that points at the TypeLoc data.
397 return TypeLoc(Qualifier->getAsType(), TypeData);
504 TypeLoc TL,