OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getnumprotocols
(Results
1 - 11
of
11
) sorted by null
/external/clang/tools/libclang/
IndexTypeSourceInfo.cpp
67
for (unsigned i = 0, e = TL.
getNumProtocols
(); i != e; ++i) {
CIndex.cpp
[
all
...]
/external/clang/include/clang/AST/
TypeLoc.h
780
unsigned
getNumProtocols
() const {
781
return this->getTypePtr()->
getNumProtocols
();
785
assert(i <
getNumProtocols
() && "Index is out of bounds!");
789
assert(i <
getNumProtocols
() && "Index is out of bounds!");
794
assert(i <
getNumProtocols
() && "Index is out of bounds!");
818
for (unsigned i = 0, e =
getNumProtocols
(); i != e; ++i)
823
return this->
getNumProtocols
() * sizeof(SourceLocation);
[
all
...]
CanonicalType.h
690
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned,
getNumProtocols
)
708
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned,
getNumProtocols
)
Type.h
[
all
...]
/external/clang/lib/AST/
Type.cpp
459
assert(
getNumProtocols
() == NumProtocols &&
471
if (T->
getNumProtocols
() && T->getInterface())
[
all
...]
ASTImporter.cpp
787
if (Obj1->
getNumProtocols
() != Obj2->
getNumProtocols
())
789
for (unsigned I = 0, N = Obj1->
getNumProtocols
(); I != N; ++I) {
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
793
if (ObjT->
getNumProtocols
())
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
385
Record.push_back(T->
getNumProtocols
());
607
for (unsigned i = 0, e = TL.
getNumProtocols
(); i != e; ++i)
[
all
...]
ASTReader.cpp
[
all
...]
Completed in 2865 milliseconds