Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DExprCXX.cpp763 Create(const ASTContext & C,QualType T,ExprValueKind VK,CastKind K,Expr * Op,const CXXCastPath * BasePath,TypeSourceInfo * WrittenTy,FPOptionsOverride FPO,SourceLocation L,SourceLocation RParenLoc,SourceRange AngleBrackets) Create() argument
792 Create(const ASTContext & C,QualType T,ExprValueKind VK,CastKind K,Expr * Op,const CXXCastPath * BasePath,TypeSourceInfo * WrittenTy,SourceLocation L,SourceLocation RParenLoc,SourceRange AngleBrackets) Create() argument
855 Create(const ASTContext & C,QualType T,ExprValueKind VK,CastKind K,Expr * Op,const CXXCastPath * BasePath,TypeSourceInfo * WrittenTy,SourceLocation L,SourceLocation RParenLoc,SourceRange AngleBrackets) Create() argument
878 Create(const ASTContext & C,QualType T,ExprValueKind VK,Expr * Op,TypeSourceInfo * WrittenTy,SourceLocation L,SourceLocation RParenLoc,SourceRange AngleBrackets) Create() argument
890 Create(const ASTContext & C,QualType T,ExprValueKind VK,CastKind K,Expr * Op,TypeSourceInfo * WrittenTy,SourceLocation L,SourceLocation RParenLoc,SourceRange AngleBrackets) Create() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h381 SourceRange AngleBrackets; variable
389 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXNamedCastExpr() argument
437 SourceLocation RParenLoc, SourceRange AngleBrackets) in CXXStaticCastExpr() argument
482 SourceRange AngleBrackets) in CXXDynamicCastExpr() argument
527 CXXReinterpretCastExpr(QualType ty,ExprValueKind vk,CastKind kind,Expr * op,unsigned pathSize,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXReinterpretCastExpr() argument
566 CXXConstCastExpr(QualType ty,ExprValueKind VK,Expr * op,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXConstCastExpr() argument
604 CXXAddrspaceCastExpr(QualType ty,ExprValueKind VK,CastKind Kind,Expr * op,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXAddrspaceCastExpr() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp299 BuildCXXNamedCast(SourceLocation OpLoc,tok::TokenKind Kind,TypeSourceInfo * DestTInfo,Expr * E,SourceRange AngleBrackets,SourceRange Parens) BuildCXXNamedCast() argument
/llvm-project/clang/include/clang/Parse/
H A DParser.h446 AngleBracketTracker AngleBrackets; variable