Home
last modified time | relevance | path

Searched refs:ObjCDispatchMethodKind (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h58 enum ObjCDispatchMethodKind { enum
DCodeGenOptions.def114 ENUM_CODEGENOPT(ObjCDispatchMethod, ObjCDispatchMethodKind, 2, Legacy)
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h62 enum ObjCDispatchMethodKind { enum
DCodeGenOptions.def181 ENUM_CODEGENOPT(ObjCDispatchMethod, ObjCDispatchMethodKind, 2, Legacy)
/external/clang/lib/Frontend/
DCompilerInvocation.cpp751 static_cast<CodeGenOptions::ObjCDispatchMethodKind>(Method)); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1420 static_cast<CodeGenOptions::ObjCDispatchMethodKind>(Method)); in ParseCodeGenArgs()