OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnqualTypeLoc
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/AST/
TypeLocVisitor.h
39
RetTy Visit(
UnqualTypeLoc
TyLoc) {
TypeLoc.h
27
class
UnqualTypeLoc
;
147
UnqualTypeLoc
getUnqualifiedLoc() const; // implemented in this header
204
class
UnqualTypeLoc
: public TypeLoc {
206
UnqualTypeLoc
() {}
207
UnqualTypeLoc
(const Type *Ty, void *Data) : TypeLoc(Ty, Data) {}
235
UnqualTypeLoc
getUnqualifiedLoc() const {
240
return
UnqualTypeLoc
(getTypePtr(), reinterpret_cast<void*>(dataInt));
275
inline
UnqualTypeLoc
TypeLoc::getUnqualifiedLoc() const {
278
return castAs<
UnqualTypeLoc
>();
432
static bool isKind(const
UnqualTypeLoc
&TL)
[
all
...]
RecursiveASTVisitor.h
365
// QualifiedTypeLoc and
UnqualTypeLoc
are not declared in
371
bool WalkUpFromUnqualTypeLoc(
UnqualTypeLoc
TL) {
374
bool VisitUnqualTypeLoc(
UnqualTypeLoc
TL) { return true; }
[
all
...]
/external/clang/tools/libclang/
RecursiveASTVisitor.h
352
// QualifiedTypeLoc and
UnqualTypeLoc
are not declared in
358
bool WalkUpFromUnqualTypeLoc(
UnqualTypeLoc
TL) {
361
bool VisitUnqualTypeLoc(
UnqualTypeLoc
TL) { return true; }
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
Completed in 52 milliseconds