HomeSort by relevance Sort by last modified time
    Searched refs:CXXUuidofExpr (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 43 void VisitCXXUuidofExpr(CXXUuidofExpr *E) { }
ExprCXX.h 527 /// CXXUuidofExpr - A microsoft C++ @c __uuidof expression, which gets
531 class CXXUuidofExpr : public Expr {
537 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R)
544 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R)
551 CXXUuidofExpr(EmptyShell Empty, bool isExpr)
592 static bool classof(const CXXUuidofExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 565 VISIT(CXXUuidofExpr);
621 IGNORE_EXPR(CXXUuidofExpr);
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 758 void StmtProfiler::VisitCXXUuidofExpr(const CXXUuidofExpr *S) {
ExprCXX.cpp 32 QualType CXXUuidofExpr::getTypeOperand() const {
    [all...]
StmtPrinter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 433 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
449 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 476 milliseconds