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

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 43 void VisitCXXUuidofExpr(CXXUuidofExpr *E) { }
ExprCXX.h 672 class CXXUuidofExpr : public Expr {
678 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R)
685 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R)
692 CXXUuidofExpr(EmptyShell Empty, bool isExpr)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 565 VISIT(CXXUuidofExpr);
620 IGNORE_EXPR(CXXUuidofExpr);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 565 VISIT(CXXUuidofExpr);
621 IGNORE_EXPR(CXXUuidofExpr);
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 49 QualType CXXUuidofExpr::getTypeOperand() const {
56 UuidAttr *CXXUuidofExpr::GetUuidAttrOfType(QualType QT) {
    [all...]
StmtProfile.cpp 806 void StmtProfiler::VisitCXXUuidofExpr(const CXXUuidofExpr *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 628 llvm::Constant *GetAddrOfUuidDescriptor(const CXXUuidofExpr* E);
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 813 return EmitCXXUuidofLValue(cast<CXXUuidofExpr>(E));
    [all...]
CodeGenModule.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 465 if (!CXXUuidofExpr::GetUuidAttrOfType(Operand->getType()))
470 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
481 if (!CXXUuidofExpr::GetUuidAttrOfType(E->getType()) &&
486 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]

Completed in 326 milliseconds