Home
last modified time | relevance | path

Searched defs:ObjCEncodeExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h103 class ObjCEncodeExpr; variable
H A DExprObjC.h415 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, SourceLocation at, in ObjCEncodeExpr() function
422 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h64 class ObjCEncodeExpr; global() variable