Searched defs:const_cast (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp41 #define const_cast macro
126 const_cast
/external/clang/lib/CodeGen/
H A DCGDecl.cpp492 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false, variable
510 DeclRefExpr DRE(const_cast<VarDecl*>(&Var), false, variable
1311 EmitAtomicInit(const_cast<Expr*>(init), lvalue);
/external/clang/include/clang/AST/
H A DType.h649 T.Value.setFromOpaqueValue(const_cast<void*>(Ptr));
3482 Decl(const_cast<UnresolvedUsingTypenameDecl*>(D)) {}
3513 Decl(const_cast<TypedefNameDecl*>(D)) { function
4751 return const_cast<ObjCObjectType*>(this)->getProtocolStorage();
4756 return const_cast<ObjCObjectType *>(this)->getTypeArgStorage();
4944 Decl(const_cast<ObjCInterfaceDecl*>(D)) {}

Completed in 1667 milliseconds