Home
last modified time | relevance | path

Searched defs:ChildType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp22 typedef int ChildType; // should show as int typedef
/llvm-project/flang/test/Semantics/
H A Ddoconcurrent08.f9011 type, extends(Base) :: ChildType type
/llvm-project/polly/lib/Transform/
H A DScheduleOptimizer.cpp455 auto ChildType = isl_schedule_node_get_type(Node.child(0).get()); in isSimpleInnermostBand() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp496 IsValidAIChain(const MDNode * ParentType,uint32_t ParentAI,const MDNode * ChildType) IsValidAIChain() argument
/llvm-project/clang/tools/libclang/
H A DCXType.cpp990 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) { visitRecordForValidation() local