Home
last modified time | relevance | path

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

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