Searched refs:TypeLoc (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp984 TypeLoc TL = TInfo->getTypeLoc();
2799 bool TraverseTypeLoc(TypeLoc TL) {
5168 static TemplateArgumentLoc convertTypeTemplateArgumentToTemplate(TypeLoc TLoc) {
7931 static SourceRange findTemplateParameter(unsigned Depth, TypeLoc TL) {
10310 TypeLoc EnableIfTy = NNS.getTypeLoc();
H A DSemaCast.cpp390 TypeLoc TL = TSI->getTypeLoc();
H A DSemaInit.cpp18 #include "clang/AST/TypeLoc.h"
6889 for (TypeLoc TL = TSI->getTypeLoc();
7846 TypeLoc TL = TInfo->getTypeLoc();
H A DSemaDeclObjC.cpp718 TypeLoc qual = typeBoundInfo->getTypeLoc().findExplicitQualifierLoc();
H A DSemaExpr.cpp28 #include "clang/AST/TypeLoc.h"
5930 TypeLoc TL = PVD->getTypeSourceInfo()->getTypeLoc();
14906 SourceLocation TypeLoc,
14917 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);
15032 TypeLoc Result = ExplicitSignature.getReturnLoc();
14904 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, ArrayRef<OffsetOfComponent> Components, SourceLocation RParenLoc) argument
H A DSemaCodeComplete.cpp2721 TypeLoc TL = TSInfo->getTypeLoc().getUnqualifiedLoc();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp184 void Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
5304 void ASTRecordWriter::AddTypeLoc(TypeLoc TL) {
H A DASTReader.cpp40 #include "clang/AST/TypeLoc.h"
6454 void Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
6778 void ASTRecordReader::readTypeLoc(TypeLoc TL) {
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile142 SRCS_MIN+= AST/TypeLoc.cpp
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h29 #include "clang/AST/TypeLoc.h"
2300 TypeLoc getBaseClassLoc() const;
H A DDecl.h77 class TypeLoc;
H A DOpenMPClause.h5477 /// \param TypeLoc Location of the map type.
5486 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc);
H A DType.h6365 /// A client can read the relevant info using TypeLoc wrappers, e.g:
6367 /// TypeLoc TL = TypeSourceInfo->getTypeLoc();
6383 /// Return the TypeLoc wrapper for the type source info.
6384 TypeLoc getTypeLoc() const; // implemented in TypeLoc.h
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp47 #include "clang/AST/TypeLoc.h"
2789 DataSize = TypeLoc::getFullDataSizeForType(T);
2791 assert(DataSize == TypeLoc::getFullDataSizeForType(T) &&
3049 assert(TypeLoc::getFullDataSizeForType(Updated) ==
3050 TypeLoc::getFullDataSizeForType(TSInfo->getType()) &&
3051 "TypeLoc size mismatch from updating exception specification");
H A DDeclCXX.cpp29 #include "clang/AST/TypeLoc.h"
2479 TypeLoc CXXCtorInitializer::getBaseClassLoc() const {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2690 SourceLocation TypeLoc = Tok.getLocation(); local
2693 ER = Actions.ActOnUnaryExprOrTypeTraitExpr(TypeLoc, UETT_AlignOf, true,

Completed in 602 milliseconds

123