OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEmptyMarker
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Index/
GlobalSelector.h
64
static GlobalSelector
getEmptyMarker
() { return GlobalSelector((void*)-1); }
80
return clang::idx::GlobalSelector::
getEmptyMarker
();
Entity.h
104
static Entity
getEmptyMarker
() {
128
return clang::idx::Entity::
getEmptyMarker
();
/external/llvm/lib/Support/
SmallPtrSet.cpp
84
E[-1] =
getEmptyMarker
();
117
if (Array[Bucket] ==
getEmptyMarker
())
163
if (Elt != getTombstoneMarker() && Elt !=
getEmptyMarker
())
/external/llvm/include/llvm/ADT/
SmallPtrSet.h
95
static void *
getEmptyMarker
() {
165
while (*Bucket == SmallPtrSetImpl::
getEmptyMarker
() ||
/external/clang/include/clang/AST/
DeclarationName.h
274
static DeclarationName
getEmptyMarker
() {
550
return clang::DeclarationName::
getEmptyMarker
();
/external/clang/include/clang/Basic/
IdentifierTable.h
609
static Selector
getEmptyMarker
() {
697
return clang::Selector::
getEmptyMarker
();
Completed in 437 milliseconds