Home
last modified time | relevance | path

Searched refs:LocInfoType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DLocInfoType.h28 class LocInfoType : public Type {
37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() function
H A DASTNodeTraverser.h318 void VisitLocInfoType(const LocInfoType *T) { in VisitLocInfoType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp398 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction()
H A DSemaType.cpp2954 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) { in GetTypeFromParser()
6329 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
6331 new (LocT) LocInfoType(T, TInfo); in CreateParsedType()
6337 void LocInfoType::getAsStringInternal(std::string &Str, in getAsStringInternal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp191 if (isa<LocInfoType>(T)) { in Visit()