Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeLoc

20 #include "clang/AST/TypeLoc.h"
347 // The "void*" that points at the TypeLoc data.
348 // Note: the 'template' keyword is part of the TypeLoc.
412 // The "void*" that points at the TypeLoc data.
413 // Note: the 'template' keyword is part of the TypeLoc.
415 TypeLoc TL(Qualifier->getAsType(), TypeData);
424 TypeLoc NestedNameSpecifierLoc::getTypeLoc() const {
429 // The "void*" that points at the TypeLoc data.
432 return TypeLoc(Qualifier->getAsType(), TypeData);
537 TypeLoc TL,