Searched defs:getNameStart (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h90 return getLength() == StrLen-1 && !memcmp(getNameStart(), Str, StrLen-1);
96 const char *getNameStart() const { function in class:clang::IdentifierInfo
123 return StringRef(getNameStart(), getLength());
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp68 const char *getNameStart() const { function in class:clang::IdentifierInfo
78 return llvm::StringRef(getNameStart(), getLength());
673 // CHECK-tokens: Keyword: "const" [68:3 - 68:8] CXXMethod=getNameStart:68:15 (Definition)
674 // CHECK-tokens: Keyword: "char" [68:9 - 68:13] CXXMethod=getNameStart:68:15 (Definition)
675 // CHECK-tokens: Punctuation: "*" [68:14 - 68:15] CXXMethod=getNameStart:68:15 (Definition)
676 // CHECK-tokens: Identifier: "getNameStart" [68:15 - 68:27] CXXMethod=getNameStart:68:15 (Definition)
677 // CHECK-tokens: Punctuation: "(" [68:27 - 68:28] CXXMethod=getNameStart:68:15 (Definition)
678 // CHECK-tokens: Punctuation: ")" [68:28 - 68:29] CXXMethod=getNameStart:68:15 (Definition)
679 // CHECK-tokens: Keyword: "const" [68:30 - 68:35] CXXMethod=getNameStart
[all...]

Completed in 522 milliseconds