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

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 43 void VisitCXXUuidofExpr(CXXUuidofExpr *E) { }
ExprCXX.h 463 /// CXXUuidofExpr - A microsoft C++ @c __uuidof expression, which gets
467 class CXXUuidofExpr : public Expr {
473 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R)
480 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R)
487 CXXUuidofExpr(EmptyShell Empty, bool isExpr)
528 static bool classof(const CXXUuidofExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 32 QualType CXXUuidofExpr::getTypeOperand() const {
    [all...]
StmtProfile.cpp 737 void StmtProfiler::VisitCXXUuidofExpr(const CXXUuidofExpr *S) {
StmtPrinter.cpp 1158 void StmtPrinter::VisitCXXUuidofExpr(CXXUuidofExpr *Node) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 417 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
433 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 54 milliseconds