Lines Matching refs:headerDir
56 def create_input_for_numbered_sequences(headerDir, sourceDir, containers, maxElements): argument
66 create_more_container_files(headerDir, ".hpp", maxElements, containers, containersWithoutMap)
70 def adjust_container_limits_for_variadic_sequences(headerDir, containers, maxElements): argument
73 headerFile = os.path.join( headerDir, "limits", container + ".hpp" )
170 headerDir = os.path.join( args.sourceDir, "boost", "mpl" )
173 if not os.path.exists( headerDir ) or not os.path.exists( sourceDir ):
176 headerDir = os.path.join( args.sourceDir, "include", "boost", "mpl" )
178 if not os.path.exists( headerDir ) or not os.path.exists( sourceDir ):
185 print "Chosen header-directory: ", headerDir
206 …needFixing = fixmpl.check_input_files(headerDir, sourceDir, containers, args.seqType, args.verbose)
211 fixmpl.fix_input_files(headerDir, sourceDir, containers, args.seqType, args.verbose)
219 create_input_for_numbered_sequences(headerDir, sourceDir, containers, args.numElements)
222 adjust_container_limits_for_variadic_sequences(headerDir, containers, args.numElements)