OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIdentifier
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h
216
bool
isIdentifier
() const { return m_refCountAndFlags & s_refCountFlagIsIdentifier; }
217
void setIsIdentifier(bool
isIdentifier
)
220
if (
isIdentifier
)
229
void setIsAtomic(bool
isIdentifier
)
232
if (
isIdentifier
)
/external/clang/include/clang/AST/
TemplateName.h
498
bool
isIdentifier
() const { return !Qualifier.getInt(); }
502
assert(
isIdentifier
() && "Template name isn't an identifier?");
518
if (
isIdentifier
())
DeclarationName.h
183
bool
isIdentifier
() const { return getStoredNameKind() == StoredIdentifier; }
212
if (
isIdentifier
())
/prebuilt/common/ecj/
ecj.jar
Completed in 33 milliseconds