OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDeclRep
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
642
assert(
isDeclRep
(T) && "T does not store a decl");
661
assert(!
isDeclRep
(T) && !isTypeRep(T) && !isExprRep(T) &&
[
all
...]
SemaDecl.cpp
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
402
static bool
isDeclRep
(TST T) {
475
assert(
isDeclRep
((TST) TypeSpecType) && "DeclSpec does not store a decl");
496
assert(
isDeclRep
((TST) TypeSpecType) || TypeSpecType == TST_typename);
622
assert(
isDeclRep
((TST) TypeSpecType));
[
all
...]
Completed in 45 milliseconds