HomeSort by: relevance | last modified time | path
    Searched refs:CXTypeKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 28 static CXTypeKind GetBuiltinTypeKind(const BuiltinType *BT) {
84 static CXTypeKind GetTypeKind(QualType T) {
127 CXTypeKind TK = CXType_Invalid;
543 CXString clang_getTypeKindSpelling(enum CXTypeKind K) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 3246 enum CXTypeKind {
3427 enum CXTypeKind kind;
3712 * Retrieve the spelling of a given CXTypeKind.
3714 CINDEX_LINKAGE CXString clang_getTypeKindSpelling(enum CXTypeKind K);

Completed in 70 milliseconds