HomeSort by relevance Sort by last modified time
    Searched refs:Proto (Results 51 - 64 of 64) sorted by null

1 23

  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
  /build/core/
java_common.mk 28 ## .proto files: Compile proto files to .java
30 proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES))
31 # Because names of the .java files compiled from .proto files are unknown until the
32 # .proto files are compiled, we use a timestamp file as depedency.
39 proto_java_intemediate_dir := $(LOCAL_INTERMEDIATE_SOURCE_DIR)/proto
40 proto_java_sources_file_stamp := $(proto_java_intemediate_dir)/Proto.stamp
58 $(call transform-proto-to-java)
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 179 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) {
180 if (!Proto->isThisDeclarationADefinition()) {
698 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) {
699 if (!Proto->isThisDeclarationADefinition()) {
701 SourceLocation StartLoc = Proto->getLocStart();
2112 const FunctionProtoType *proto = nullptr; local
2294 const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(funcType); local
    [all...]
RewriteModernObjC.cpp 203 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) {
204 if (!Proto->isThisDeclarationADefinition()) {
779 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) {
780 if (!Proto->isThisDeclarationADefinition()) {
782 SourceLocation StartLoc = Proto->getLocStart();
2220 const FunctionProtoType *proto = nullptr; local
2405 const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(funcType); local
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1944 milliseconds

1 23