Home
last modified time | relevance | path

Searched defs:TypeRep (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1919 ParsedType TypeRep = Actions.ActOnTypeName(DeclaratorInfo).get(); ParseCXXTypeConstructExpression() local
3255 ParsedType TypeRep = Actions.ActOnTypeName(DeclaratorInfo).get(); ParseCXXNewExpression() local
[all...]
H A DParseDecl.cpp3612 ParsedType TypeRep = Actions.getTypeName( ParseDeclarationSpecifiers() local
3765 ParsedType TypeRep = Actions.ActOnObjCInstanceType(Loc); ParseDeclarationSpecifiers() local
3786 ParsedType TypeRep = Actions.getTypeName( ParseDeclarationSpecifiers() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h387 UnionParsedType TypeRep; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1462 ActOnCXXTypeConstructExpr(ParsedType TypeRep,SourceLocation LParenOrBraceLoc,MultiExprArg exprs,SourceLocation RParenOrBraceLoc,bool ListInitialization) ActOnCXXTypeConstructExpr() argument