HomeSort by relevance Sort by last modified time
    Searched refs:TYPEDEF (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeCompletion/
ordinary-name.cpp 3 typedef struct t TYPEDEF;
44 // CHECK-CC1: COMPLETION: TYPEDEF : TYPEDEF
45 // CHECK-CC1-NEXT: COMPLETION: Pattern : typedef <#type#> <#name#>
84 // CHECK-CC2-NEXT: COMPLETION: TYPEDEF : TYPEDEF
85 // CHECK-CC2-NEXT: COMPLETION: Pattern : typedef <#type#> <#name#>
122 // CHECK-CC3-NEXT: COMPLETION: Pattern : typedef <#type#> <#name#>
163 // CHECK-CC4-NEXT: COMPLETION: TYPEDEF : TYPEDE
    [all...]
ordinary-name.c 3 typedef struct t TYPEDEF;
4 typedef struct t _TYPEDEF;
13 // CHECK-CC1: TYPEDEF
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 37 #define TYPEDEF(guid) typedef [uuid(guid)]
38 TYPEDEF(66504301-BE0F-101A-8BBB-00AA00300CAB) long OLE_COLOR;
39 // CHECK: typedef [uuid(66504301-BE0F-101A-8BBB-00AA00300CAB)] long OLE_COLOR;
  /external/clang/bindings/python/tests/cindex/
test_type.py 12 typedef int I;
43 assert fields[1].type.kind == TypeKind.TYPEDEF
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/clang/bindings/python/clang/
cindex.py 629 # A typedef.
701 # typedef unsigned size_type;
704 # The typedef is a declaration of size_type (CXCursor_TypedefDecl),
706 # referenced by the type of size is the typedef for size_type.
    [all...]

Completed in 480 milliseconds