OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFaceD
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
IndexingContext.cpp
517
const ObjCInterfaceDecl *
IFaceD
= D->getClassInterface();
521
getEntityInfo(
IFaceD
, ClassEntity, SA);
524
markEntityOccurrenceInFile(
IFaceD
, ClassLoc);
529
if (
IFaceD
) {
532
MakeCursorObjCClassRef(
IFaceD
, ClassLoc, CXTU);
550
const ObjCInterfaceDecl *
IFaceD
= CatD->getClassInterface();
553
getEntityInfo(
IFaceD
, ClassEntity, SA);
556
markEntityOccurrenceInFile(
IFaceD
, ClassLoc);
559
if (
IFaceD
) {
562
MakeCursorObjCClassRef(
IFaceD
, ClassLoc, CXTU)
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 156 milliseconds