Home
last modified time | relevance | path

Searched refs:handleField (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexDecl.cpp102 IndexCtx.handleField(D); in VisitFieldDecl()
DIndexingContext.h402 bool handleField(const FieldDecl *D);
DIndexingContext.cpp394 bool IndexingContext::handleField(const FieldDecl *D) { in handleField() function in IndexingContext