Home
last modified time | relevance | path

Searched defs:ObjCArrayLiteral (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DComputeDependence.h99 class ObjCArrayLiteral; variable
DExprObjC.h200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DComputeDependence.h100 class ObjCArrayLiteral; variable
DExprObjC.h200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DComputeDependence.h100 class ObjCArrayLiteral; variable
DExprObjC.h200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DComputeDependence.h100 class ObjCArrayLiteral; variable
DExprObjC.h200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprObjC.h155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
H A DStmt.h116 friend class ObjCArrayLiteral; // ctor in LLVM_ALIGNAS() local
/aosp_15_r20/external/clang/lib/AST/
H A DExprObjC.cpp20 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, in ObjCArrayLiteral() function in ObjCArrayLiteral